Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/coldfire/
Dm53xx.c246 #define BUSDIV 6 /* Divider */ macro
475 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()