Searched refs:deltapm (Results 1 – 1 of 1) sorted by relevance
681 calibrate_by_pmtimer(u32 deltapm, long *delta, long *deltatsc) in calibrate_by_pmtimer() argument692 apic_pr_verbose("... PM-Timer delta = %u\n", deltapm); in calibrate_by_pmtimer()695 if (!deltapm) in calibrate_by_pmtimer()700 if (deltapm > (pm_100ms - pm_thresh) && in calibrate_by_pmtimer()701 deltapm < (pm_100ms + pm_thresh)) { in calibrate_by_pmtimer()706 res = (((u64)deltapm) * mult) >> 22; in calibrate_by_pmtimer()713 do_div(res, deltapm); in calibrate_by_pmtimer()721 do_div(res, deltapm); in calibrate_by_pmtimer()