Searched refs:BXT_DE_PLL_LOCK (Results 1 – 3 of 3) sorted by relevance
1363 (val & BXT_DE_PLL_LOCK) == 0) { in bxt_de_pll_readout()1446 BXT_DE_PLL_ENABLE, BXT_DE_PLL_LOCK, 1)) in bxt_de_pll_disable()1466 BXT_DE_PLL_ENABLE, BXT_DE_PLL_LOCK, 1)) in bxt_de_pll_enable()1481 if (wait_for((intel_de_read(dev_priv, BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) == 0, 1)) in cnl_cdclk_pll_disable()1500 if (wait_for((intel_de_read(dev_priv, BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) != 0, 1)) in cnl_cdclk_pll_enable()
1551 v |= BXT_DE_PLL_LOCK; in bxt_de_pll_enable_write()
10693 #define BXT_DE_PLL_LOCK (1 << 30) macro