Searched refs:fast_calibrate (Results 1 – 1 of 1) sorted by relevance
342 unsigned long fast_calibrate; in tsc_timer_probe() local344 fast_calibrate = cpu_mhz_from_msr(); in tsc_timer_probe()345 if (!fast_calibrate) { in tsc_timer_probe()346 fast_calibrate = quick_pit_calibrate(); in tsc_timer_probe()347 if (!fast_calibrate) in tsc_timer_probe()351 uc_priv->clock_rate = fast_calibrate * 1000000; in tsc_timer_probe()