IH_BUSY           336 drivers/gpu/drm/amd/amdgpu/cz_ih.c 	if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
IH_BUSY           351 drivers/gpu/drm/amd/amdgpu/cz_ih.c 		if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
IH_BUSY           336 drivers/gpu/drm/amd/amdgpu/iceland_ih.c 	if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
IH_BUSY           351 drivers/gpu/drm/amd/amdgpu/iceland_ih.c 		if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
IH_BUSY           347 drivers/gpu/drm/amd/amdgpu/tonga_ih.c 	if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
IH_BUSY           362 drivers/gpu/drm/amd/amdgpu/tonga_ih.c 		if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY))
IH_BUSY          4900 drivers/gpu/drm/radeon/cik.c 	if (tmp & IH_BUSY)
IH_BUSY          3862 drivers/gpu/drm/radeon/evergreen.c 	if (tmp & IH_BUSY)
IH_BUSY          1791 drivers/gpu/drm/radeon/ni.c 	if (tmp & IH_BUSY)
IH_BUSY          3822 drivers/gpu/drm/radeon/si.c 	if (tmp & IH_BUSY)