Searched refs:PLL_ON (Results 1 – 2 of 2) sorted by relevance
33 #define PLL_ON BIT(3) macro
756 #define PLL_ON BIT(0) macro773 return readl_relaxed(clk_elem->reg) & PLL_ON; in __pll_is_enabled()792 reg |= PLL_ON; in pll_enable()823 reg &= ~PLL_ON; in pll_disable()
Completed in 10 milliseconds