Home
last modified time | relevance | path

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

/u-boot/arch/m68k/cpu/mcf532x/
A Dspeed.c49 #define BUSDIV 6 /* Divider */ macro
76 return (FREF * in_8(&pll->pfdr)) / (BUSDIV * 4); in get_sys_clock()
163 return (fref * mfd / (BUSDIV * 4)); in clock_pll()
182 mfd = (BUSDIV * temp) / 100; in clock_pll()
185 fout = ((fref * mfd) / BUSDIV); in clock_pll()
188 mfd = (4 * BUSDIV * temp) / 100; in clock_pll()
191 fout = ((fref * mfd) / (BUSDIV * 4)); in clock_pll()
214 PLL_PDR_OUTDIV1((BUSDIV / 3) - 1) | in clock_pll()
215 PLL_PDR_OUTDIV2(BUSDIV - 1) | in clock_pll()
216 PLL_PDR_OUTDIV3((BUSDIV / 2) - 1) | in clock_pll()
[all …]

Completed in 4 milliseconds