Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c219 setbits_be32(&pll->pcr, PLL_PCR_FBDIV(mfd - 1)); in clock_pll()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5301x.h562 #define PLL_PCR_FBDIV(x) ((x) & 0x3F) macro