Searched refs:LCPLL_PLL_LOCK (Results 1 – 2 of 2) sorted by relevance
8343 if (wait_for((I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK) == 0, 1)) in hsw_disable_lcpll()8373 if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK | in hsw_restore_lcpll()8374 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()8398 if (wait_for(I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK, 5)) in hsw_restore_lcpll()
6701 #define LCPLL_PLL_LOCK (1<<30) macro