Searched refs:BXT_DE_PLL_PLL_ENABLE (Results 1 – 3 of 3) sorted by relevance
1676 if ((val & BXT_DE_PLL_PLL_ENABLE) == 0 || in bxt_de_pll_readout()1785 intel_de_write(display, BXT_DE_PLL_ENABLE, BXT_DE_PLL_PLL_ENABLE); in bxt_de_pll_enable()1798 BXT_DE_PLL_PLL_ENABLE, 0); in icl_cdclk_pll_disable()1815 val |= BXT_DE_PLL_PLL_ENABLE; in icl_cdclk_pll_enable()1831 val = ICL_CDCLK_PLL_RATIO(ratio) | BXT_DE_PLL_PLL_ENABLE; in adlp_cdclk_pll_crawl()
4118 #define BXT_DE_PLL_PLL_ENABLE (1 << 31) macro
1818 if (v & BXT_DE_PLL_PLL_ENABLE) in bxt_de_pll_enable_write()