Searched refs:deltapm (Results 1 – 1 of 1) sorted by relevance
691 calibrate_by_pmtimer(u32 deltapm, long *delta, long *deltatsc) in calibrate_by_pmtimer() argument702 apic_pr_verbose("... PM-Timer delta = %u\n", deltapm); in calibrate_by_pmtimer()705 if (!deltapm) in calibrate_by_pmtimer()710 if (deltapm > (pm_100ms - pm_thresh) && in calibrate_by_pmtimer()711 deltapm < (pm_100ms + pm_thresh)) { in calibrate_by_pmtimer()716 res = (((u64)deltapm) * mult) >> 22; in calibrate_by_pmtimer()723 do_div(res, deltapm); in calibrate_by_pmtimer()731 do_div(res, deltapm); in calibrate_by_pmtimer()