Searched refs:PLL_STATUS_PLL_LOCK (Results 1 – 2 of 2) sorted by relevance
67 if (!(pll_status & PLL_STATUS_PLL_LOCK)) in decode_pll_vco()236 if (pll_status & PLL_STATUS_PLL_LOCK) { in configure_intpll()309 if (pll_status & PLL_STATUS_PLL_LOCK) { in configure_fracpll()419 if (readl(®->pll_status) & PLL_STATUS_PLL_LOCK) in update_fracpll_mfn()
161 #define PLL_STATUS_PLL_LOCK BIT(0) macro
Completed in 5 milliseconds