HomeSort by relevance Sort by last modified time
    Searched refs:PLL_PSR_LOCK (Results 1 - 6 of 6) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf5445x/
speed.c 65 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK))
188 while ((in_be32(&pll->psr) & PLL_PSR_LOCK) != PLL_PSR_LOCK)
  /external/u-boot/arch/m68k/cpu/mcf5227x/
speed.c 63 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK))
  /external/u-boot/arch/m68k/include/asm/
m5227x.h 540 #define PLL_PSR_LOCK (0x00000002) /* PLL lock status */
m5301x.h 580 #define PLL_PSR_LOCK (0x00000010)
m5441x.h 866 #define PLL_PSR_LOCK PLL_SR_LOCK /* compatible with 5x */
m5445x.h     [all...]

Completed in 214 milliseconds