Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c66 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()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5227x/
H A Dspeed.c64 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5227x.h541 #define PLL_PSR_LOCK (0x00000002) /* PLL lock status */ macro
H A Dm5301x.h581 #define PLL_PSR_LOCK (0x00000010) macro
H A Dm5445x.h790 #define PLL_PSR_LOCK (0x00000002) /* PLL lock status */ macro
H A Dm5441x.h867 #define PLL_PSR_LOCK PLL_SR_LOCK /* compatible with 5x */ macro