Searched refs:BUSDIV (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/532x/
H A Dconfig.c305 #define BUSDIV 6 /* Divider */ macro
534 return (fref * mfd / (BUSDIV * 4));
548 mfd = 4 * BUSDIV * temp / 100;
551 fout = (fref * mfd / (BUSDIV * 4));
572 | MCF_PLL_PODR_CPUDIV(BUSDIV/3)
573 | MCF_PLL_PODR_BUSDIV(BUSDIV));
646 return ((FREF * MCF_PLL_PFDR) / (BUSDIV * 4));

Completed in 32 milliseconds