Searched refs:BUSDIV (Results 1 – 1 of 1) sorted by relevance
246 #define BUSDIV 6 /* Divider */ macro475 return (fref * mfd / (BUSDIV * 4)); in clock_pll()489 mfd = 4 * BUSDIV * temp / 100; in clock_pll()492 fout = (fref * mfd / (BUSDIV * 4)); in clock_pll()513 writeb(MCF_PLL_PODR_CPUDIV(BUSDIV/3) | MCF_PLL_PODR_BUSDIV(BUSDIV), in clock_pll()587 return (FREF * readb(MCF_PLL_PFDR)) / (BUSDIV * 4); in get_sys_clock()