Searched refs:BUSDIV (Results 1 – 1 of 1) sorted by relevance
260 #define BUSDIV 6 /* Divider */ macro485 return (fref * mfd / (BUSDIV * 4)); in clock_pll()499 mfd = 4 * BUSDIV * temp / 100; in clock_pll()502 fout = (fref * mfd / (BUSDIV * 4)); in clock_pll()523 writeb(MCF_PLL_PODR_CPUDIV(BUSDIV/3) | MCF_PLL_PODR_BUSDIV(BUSDIV), in clock_pll()597 return (FREF * readb(MCF_PLL_PFDR)) / (BUSDIV * 4); in get_sys_clock()