Searched refs:LCPLL_POWER_DOWN_ALLOW (Results 1 – 2 of 2) sorted by relevance
8357 val |= LCPLL_POWER_DOWN_ALLOW; in hsw_disable_lcpll()8374 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()8383 if (val & LCPLL_POWER_DOWN_ALLOW) { in hsw_restore_lcpll()8384 val &= ~LCPLL_POWER_DOWN_ALLOW; in hsw_restore_lcpll()
6709 #define LCPLL_POWER_DOWN_ALLOW (1<<22) macro