Searched refs:DP_PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
2083 WARN(dpa_ctl & DP_PLL_ENABLE, "dp pll on, should be off\n"); in ironlake_edp_pll_on()2090 intel_dp->DP |= DP_PLL_ENABLE; in ironlake_edp_pll_on()2108 WARN((dpa_ctl & DP_PLL_ENABLE) == 0, in ironlake_edp_pll_off()2115 dpa_ctl &= ~DP_PLL_ENABLE; in ironlake_edp_pll_off()
3786 #define DP_PLL_ENABLE (1 << 14) macro