Searched refs:BXT_DE_PLL_PLL_ENABLE (Results 1 – 3 of 3) sorted by relevance
1362 if ((val & BXT_DE_PLL_PLL_ENABLE) == 0 || in bxt_de_pll_readout()1462 intel_de_write(dev_priv, BXT_DE_PLL_ENABLE, BXT_DE_PLL_PLL_ENABLE); in bxt_de_pll_enable()1477 val &= ~BXT_DE_PLL_PLL_ENABLE; in cnl_cdclk_pll_disable()1496 val |= BXT_DE_PLL_PLL_ENABLE; in cnl_cdclk_pll_enable()
1550 if (v & BXT_DE_PLL_PLL_ENABLE) in bxt_de_pll_enable_write()
10704 #define BXT_DE_PLL_PLL_ENABLE (1 << 31) macro