Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5301x.h566 #define PLL_PDR_OUTDIV3(x) (((x) & 0x0000000F) << 8) macro
572 #define PLL_PDR_SDRAM(x) PLL_PDR_OUTDIV3(x)
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c214 PLL_PDR_OUTDIV3((BUSDIV / 2) - 1) | in clock_pll()