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