Home
last modified time | relevance | path

Searched refs:PLL_PSR_LOCK (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c65 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()
190 while ((in_be32(&pll->psr) & PLL_PSR_LOCK) != PLL_PSR_LOCK) in setup_5445x_clocks()
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dspeed.c63 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5227x.h540 #define PLL_PSR_LOCK (0x00000002) /* PLL lock status */ macro
H A Dm5301x.h580 #define PLL_PSR_LOCK (0x00000010) macro
H A Dm5445x.h789 #define PLL_PSR_LOCK (0x00000002) /* PLL lock status */ macro
H A Dm5441x.h866 #define PLL_PSR_LOCK PLL_SR_LOCK /* compatible with 5x */ macro