Searched refs:deltapm (Results 1 – 1 of 1) sorted by relevance
714 calibrate_by_pmtimer(long deltapm, long *delta, long *deltatsc) in calibrate_by_pmtimer() argument725 apic_printk(APIC_VERBOSE, "... PM-Timer delta = %ld\n", deltapm); in calibrate_by_pmtimer()728 if (!deltapm) in calibrate_by_pmtimer()733 if (deltapm > (pm_100ms - pm_thresh) && in calibrate_by_pmtimer()734 deltapm < (pm_100ms + pm_thresh)) { in calibrate_by_pmtimer()739 res = (((u64)deltapm) * mult) >> 22; in calibrate_by_pmtimer()746 do_div(res, deltapm); in calibrate_by_pmtimer()754 do_div(res, deltapm); in calibrate_by_pmtimer()