Searched refs:GFX_CLOCK_STATUS (Results 1 – 6 of 6) sorted by relevance
139 #define GFX_CLOCK_STATUS (1 << 2) macro
1351 # define GFX_CLOCK_STATUS (1 << 2) macro
1323 # define GFX_CLOCK_STATUS (1 << 2) macro
1423 # define GFX_CLOCK_STATUS (1 << 2) macro
5142 mask = RLC_BUSY_STATUS | GFX_POWER_STATUS | GFX_CLOCK_STATUS | GFX_LS_STATUS; in si_enable_gui_idle_interrupt()5144 if ((RREG32(RLC_STAT) & mask) == (GFX_CLOCK_STATUS | GFX_POWER_STATUS)) in si_enable_gui_idle_interrupt()
5846 mask = GFX_POWER_STATUS | GFX_CLOCK_STATUS; in cik_enter_rlc_safe_mode()