Searched refs:tscmax (Results 1 – 1 of 1) sorted by relevance
391 unsigned long tscmin, tscmax; in pit_calibrate_tsc() local423 tscmax = 0; in pit_calibrate_tsc()431 if ((unsigned long) delta > tscmax) in pit_calibrate_tsc()432 tscmax = (unsigned int) delta; in pit_calibrate_tsc()445 if (pitcnt < loopmin || tscmax > 10 * tscmin) in pit_calibrate_tsc()