Home
last modified time | relevance | path

Searched refs:aligned_pos (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_ttm.c1563 uint64_t aligned_pos = pos & ~(uint64_t)3; in amdgpu_ttm_access_memory() local
1574 WREG32_NO_KIQ(mmMM_INDEX, ((uint32_t)aligned_pos) | 0x80000000); in amdgpu_ttm_access_memory()
1575 WREG32_NO_KIQ(mmMM_INDEX_HI, aligned_pos >> 31); in amdgpu_ttm_access_memory()