Searched refs:dspclk_gate (Results 1 – 1 of 1) sorted by relevance
3526 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in ironlake_init_clock_gating() local3529 dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE | in ironlake_init_clock_gating()3549 dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE; in ironlake_init_clock_gating()3573 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in ironlake_init_clock_gating()3641 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in gen6_init_clock_gating() local3643 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in gen6_init_clock_gating()4034 uint32_t dspclk_gate; in g4x_init_clock_gating() local4041 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | in g4x_init_clock_gating()4045 dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE; in g4x_init_clock_gating()4046 I915_WRITE(DSPCLK_GATE_D, dspclk_gate); in g4x_init_clock_gating()