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

  /external/u-boot/arch/m68k/cpu/mcf5227x/
speed.c 115 temp = ((in_be32(&pll->pcr) & PLL_PCR_OUTDIV2_MASK) >> 4) + 1;
  /external/u-boot/arch/m68k/cpu/mcf5445x/
speed.c 199 int temp = ((in_be32(&pll->pcr) & PLL_PCR_OUTDIV2_MASK) >> 4) + 1;
245 temp = ((in_be32(&pll->pcr) & PLL_PCR_OUTDIV2_MASK) >> 4) + 1;
  /external/u-boot/arch/m68k/include/asm/
m5227x.h 535 #define PLL_PCR_OUTDIV2_MASK (0x000000F0)
m5445x.h 784 #define PLL_PCR_OUTDIV2_MASK (0x000000F0)
    [all...]

Completed in 88 milliseconds