Home
last modified time | relevance | path

Searched refs:PLL_PODR_CPUDIV (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c223 PLL_PODR_CPUDIV(BUSDIV / 3) | PLL_PODR_BUSDIV(BUSDIV)); in clock_pll()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm520x.h331 #define PLL_PODR_CPUDIV(x) (((x) & 0x0F) << 4) macro
H A Dm5329.h1026 #define PLL_PODR_CPUDIV(x) (((x)&0x0F)<<4) macro