Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Diceland_ih.c353 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in iceland_ih_is_idle()
368 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in iceland_ih_wait_for_idle()
H A Dcz_ih.c359 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in cz_ih_is_idle()
374 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in cz_ih_wait_for_idle()
H A Dtonga_ih.c371 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in tonga_ih_is_idle()
386 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in tonga_ih_wait_for_idle()
/linux/drivers/gpu/drm/radeon/
H A Dnid.h72 #define IH_BUSY (1 << 17) macro
H A Dcikd.h462 #define IH_BUSY (1 << 17) macro
H A Devergreend.h1178 #define IH_BUSY (1 << 17) macro
H A Dni.c1765 if (tmp & IH_BUSY) in cayman_gpu_check_soft_reset()