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