Home
last modified time | relevance | path

Searched refs:VRHUNIT_CLOCK_GATE_DISABLE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/drm2/i915/
HDintel_pm.c3210 uint32_t dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE; in ironlake_init_clock_gating()
3298 uint32_t dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE; in gen6_init_clock_gating()
3380 uint32_t dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE; in ivybridge_init_clock_gating()
3432 uint32_t dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE; in valleyview_init_clock_gating()
3485 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | in g4x_init_clock_gating()
HDi915_reg.h1096 # define VRHUNIT_CLOCK_GATE_DISABLE (1 << 28) /* 965 */ macro