Searched refs:LCPLL_POWER_DOWN_ALLOW (Results 1 – 3 of 3) sorted by relevance
1292 intel_de_rmw(dev_priv, LCPLL_CTL, 0, LCPLL_POWER_DOWN_ALLOW); in hsw_disable_lcpll()1308 LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) in hsw_restore_lcpll()1317 if (val & LCPLL_POWER_DOWN_ALLOW) { in hsw_restore_lcpll()1318 val &= ~LCPLL_POWER_DOWN_ALLOW; in hsw_restore_lcpll()
844 LCPLL_CD2X_CLOCK_DISABLE | LCPLL_POWER_DOWN_ALLOW | in bdw_set_cdclk()
4051 #define LCPLL_POWER_DOWN_ALLOW (1 << 22) macro