Searched refs:BUSDIV (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 132 milliseconds