Searched refs:dspclk_gate (Results 1 – 1 of 1) sorted by relevance
5828 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in ironlake_init_clock_gating() local5834 dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE | in ironlake_init_clock_gating()5854 dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE; in ironlake_init_clock_gating()5878 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in ironlake_init_clock_gating()5950 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in gen6_init_clock_gating() local5952 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in gen6_init_clock_gating()6409 uint32_t dspclk_gate; in g4x_init_clock_gating() local6416 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | in g4x_init_clock_gating()6420 dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE; in g4x_init_clock_gating()6421 I915_WRITE(DSPCLK_GATE_D, dspclk_gate); in g4x_init_clock_gating()