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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c193 static unsigned long pit_calibrate_tsc(u32 latch, unsigned long ms, int loopmin) argument
230 * If we were not able to read the PIT more than loopmin
236 if (pitcnt < loopmin || tscmax > 10 * tscmin)
406 int hpet = is_hpet_enabled(), i, loopmin; local
442 loopmin = CAL_PIT_LOOPS;
455 tsc_pit_khz = pit_calibrate_tsc(latch, ms, loopmin);
504 loopmin = CAL2_PIT_LOOPS;

Completed in 154 milliseconds