Searched refs:LCPLL_POWER_DOWN_ALLOW (Results 1 – 3 of 3) sorted by relevance
4344 val |= LCPLL_POWER_DOWN_ALLOW; in hsw_disable_lcpll()4361 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()4370 if (val & LCPLL_POWER_DOWN_ALLOW) { in hsw_restore_lcpll()4371 val &= ~LCPLL_POWER_DOWN_ALLOW; in hsw_restore_lcpll()
724 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW | in bdw_set_cdclk()
9635 #define LCPLL_POWER_DOWN_ALLOW (1 << 22) macro