Searched refs:RENCLK_GATE_D1 (Results 1 – 2 of 2) sorted by relevance
602 intel_uncore_write(&i915->uncore, RENCLK_GATE_D1, 0); in g4x_init_clock_gating()621 intel_uncore_write(uncore, RENCLK_GATE_D1, I965_RCC_CLOCK_GATE_DISABLE); in i965gm_init_clock_gating()633 intel_uncore_write(&i915->uncore, RENCLK_GATE_D1, I965_RCZ_CLOCK_GATE_DISABLE | in i965g_init_clock_gating()672 intel_uncore_write(&i915->uncore, RENCLK_GATE_D1, SV_CLOCK_GATE_DISABLE); in i85x_init_clock_gating()
925 #define RENCLK_GATE_D1 _MMIO(0x6204) macro