Searched refs:PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
2073 val |= PLL_ENABLE; in cnl_ddi_pll_enable()2117 val &= ~PLL_ENABLE; in cnl_ddi_pll_disable()2161 if (!(val & PLL_ENABLE)) in cnl_ddi_pll_get_hw_state()3151 if (!(val & PLL_ENABLE)) in mg_pll_get_hw_state()3213 if (!(val & PLL_ENABLE)) in dkl_pll_get_hw_state()3285 if (!(val & PLL_ENABLE)) in icl_pll_get_hw_state()3497 val |= PLL_ENABLE; in icl_pll_enable()3595 val &= ~PLL_ENABLE; in icl_pll_disable()
10043 #define PLL_ENABLE (1 << 31) macro