Searched refs:dspclk_gate (Results 1 – 1 of 1) sorted by relevance
5340 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in ironlake_init_clock_gating() local5346 dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE | in ironlake_init_clock_gating()5366 dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE; in ironlake_init_clock_gating()5390 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in ironlake_init_clock_gating()5462 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in gen6_init_clock_gating() local5464 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in gen6_init_clock_gating()5925 uint32_t dspclk_gate; in g4x_init_clock_gating() local5932 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | in g4x_init_clock_gating()5936 dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE; in g4x_init_clock_gating()5937 I915_WRITE(DSPCLK_GATE_D, dspclk_gate); in g4x_init_clock_gating()