Searched refs:LCPLL_POWER_DOWN_ALLOW (Results 1 – 2 of 2) sorted by relevance
9448 val |= LCPLL_POWER_DOWN_ALLOW; in hsw_disable_lcpll()9465 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()9474 if (val & LCPLL_POWER_DOWN_ALLOW) { in hsw_restore_lcpll()9475 val &= ~LCPLL_POWER_DOWN_ALLOW; in hsw_restore_lcpll()9611 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW | in broadwell_set_cdclk()
7385 #define LCPLL_POWER_DOWN_ALLOW (1<<22) macro