Home
last modified time | relevance | path

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

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