Searched refs:dspclk_gate (Results 1 – 1 of 1) sorted by relevance
6318 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in ironlake_init_clock_gating() local6324 dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE | in ironlake_init_clock_gating()6344 dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE; in ironlake_init_clock_gating()6368 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in ironlake_init_clock_gating()6440 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; in gen6_init_clock_gating() local6442 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); in gen6_init_clock_gating()6926 uint32_t dspclk_gate; in g4x_init_clock_gating() local6933 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | in g4x_init_clock_gating()6937 dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE; in g4x_init_clock_gating()6938 I915_WRITE(DSPCLK_GATE_D, dspclk_gate); in g4x_init_clock_gating()