Searched refs:dspclk_gate (Results 1 – 1 of 1) sorted by relevance
150 u32 dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in ilk_init_clock_gating() local156 dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE | in ilk_init_clock_gating()176 dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE; in ilk_init_clock_gating()194 intel_uncore_write(&i915->uncore, ILK_DSPCLK_GATE_D, dspclk_gate); in ilk_init_clock_gating()251 u32 dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in gen6_init_clock_gating() local253 intel_uncore_write(&i915->uncore, ILK_DSPCLK_GATE_D, dspclk_gate); in gen6_init_clock_gating()602 u32 dspclk_gate; in g4x_init_clock_gating() local609 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | in g4x_init_clock_gating()613 dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE; in g4x_init_clock_gating()614 intel_uncore_write(&i915->uncore, DSPCLK_GATE_D(i915), dspclk_gate); in g4x_init_clock_gating()
Completed in 4 milliseconds