Searched refs:GUI_ACTIVE (Results 1 – 14 of 14) sorted by relevance
237 #define GUI_ACTIVE 0x80000000 macro
1002 #define GUI_ACTIVE 0x80000000 macro
405 #define GUI_ACTIVE (1<<31) macro
265 #define GUI_ACTIVE (1 << 31) macro
967 #define GUI_ACTIVE (1 << 31) macro
1058 #define GUI_ACTIVE (1 << 31) macro
863 #define GUI_ACTIVE (1 << 31) macro
293 #define GUI_ACTIVE (1<<31) macro
797 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
965 #define GUI_ACTIVE (1 << 31) macro
7094 GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_is_idle()7111 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_wait_for_idle()
4876 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE) in gfx_v8_0_is_idle()
3997 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_0_is_idle()
396 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()