Home
last modified time | relevance | path

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

/arch/m68k/coldfire/
Dm53xx.c256 #define BUSDIV 6 /* Divider */ macro
481 return (fref * mfd / (BUSDIV * 4)); in clock_pll()
495 mfd = 4 * BUSDIV * temp / 100; in clock_pll()
498 fout = (fref * mfd / (BUSDIV * 4)); in clock_pll()
519 writeb(MCF_PLL_PODR_CPUDIV(BUSDIV/3) | MCF_PLL_PODR_BUSDIV(BUSDIV), in clock_pll()
593 return (FREF * readb(MCF_PLL_PFDR)) / (BUSDIV * 4); in get_sys_clock()