Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_dp.c1221 if (dpa_ctl & DP_PLL_ENABLE) in ironlake_edp_pll_on()
1230 intel_dp->DP |= DP_PLL_ENABLE; in ironlake_edp_pll_on()
1248 if ((dpa_ctl & DP_PLL_ENABLE) == 0) in ironlake_edp_pll_off()
1256 dpa_ctl &= ~DP_PLL_ENABLE; in ironlake_edp_pll_off()
H A Di915_reg.h2836 #define DP_PLL_ENABLE (1 << 14) macro