Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/include/asm/
Dm5301x.h568 #define PLL_PDR_OUTDIV2(x) (((x) & 0x0000000F) << 4) macro
573 #define PLL_PDR_FB(x) PLL_PDR_OUTDIV2(x)
/external/u-boot/arch/m68k/cpu/mcf532x/
Dspeed.c213 PLL_PDR_OUTDIV2(BUSDIV - 1) | in clock_pll()