Home
last modified time | relevance | path

Searched refs:PLL_PCR_REFDIV (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c68 u32 refdiv = (1 << ((in_be32(&pll->pcr) & PLL_PCR_REFDIV(7)) >> 8)); in get_sys_clock()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5301x.h559 #define PLL_PCR_REFDIV(x) (((x) & 0x07) << 8) macro