Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5301x.h564 #define PLL_PDR_OUTDIV4(x) (((x) & 0x0000000F) << 12) macro
571 #define PLL_PDR_USB(x) PLL_PDR_OUTDIV4(x)
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c215 PLL_PDR_OUTDIV4(USBDIV - 1)); in clock_pll()