Searched refs:mout (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-nexell/
H A Dtimer.c117 unsigned long mout, thz, cmp = -1UL; local
129 mout = rate / (1 << mux), scl = mout / TIMER_FREQ,
130 thz = mout / scl;
131 if (!(mout % TIMER_FREQ) && 256 > scl) {

Completed in 33 milliseconds