Searched refs:thz (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
130 thz = mout / scl;
132 tclk = thz, tmux = mux, tscl = scl;
137 if (abs(thz - TIMER_FREQ) >= cmp)
139 tclk = thz, tmux = mux, tscl = scl;
140 cmp = abs(thz - TIMER_FREQ);

Completed in 31 milliseconds