Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dnid.h70 #define SEM_BUSY (1 << 14) macro
H A Dsid.h339 #define SEM_BUSY (1 << 14) macro
H A Dcikd.h461 #define SEM_BUSY (1 << 14) macro
H A Devergreend.h1176 #define SEM_BUSY (1 << 14) macro
H A Dni.c1803 if (tmp & SEM_BUSY) in cayman_gpu_check_soft_reset()
H A Devergreen.c3846 if (tmp & SEM_BUSY) in evergreen_gpu_check_soft_reset()
H A Dsi.c3811 if (tmp & SEM_BUSY) in si_gpu_check_soft_reset()
H A Dcik.c4924 if (tmp & SEM_BUSY) in cik_gpu_check_soft_reset()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dgfx_v8_0.c5264 if (REG_GET_FIELD(tmp, SRBM_STATUS, SEM_BUSY)) in gfx_v8_0_check_soft_reset()