Searched refs:PLL_PSR_LOCK (Results 1 – 6 of 6) sorted by relevance
66 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()189 while ((in_be32(&pll->psr) & PLL_PSR_LOCK) != PLL_PSR_LOCK) in setup_5445x_clocks()
64 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()
541 #define PLL_PSR_LOCK (0x00000002) /* PLL lock status */ macro
581 #define PLL_PSR_LOCK (0x00000010) macro
790 #define PLL_PSR_LOCK (0x00000002) /* PLL lock status */ macro
867 #define PLL_PSR_LOCK PLL_SR_LOCK /* compatible with 5x */ macro