Home
last modified time | relevance | path

Searched refs:deltapm (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kernel/apic/
H A Dapic.c686 calibrate_by_pmtimer(u32 deltapm, long *delta, long *deltatsc) in calibrate_by_pmtimer() argument
697 apic_pr_verbose("... PM-Timer delta = %u\n", deltapm); in calibrate_by_pmtimer()
700 if (!deltapm) in calibrate_by_pmtimer()
705 if (deltapm > (pm_100ms - pm_thresh) && in calibrate_by_pmtimer()
706 deltapm < (pm_100ms + pm_thresh)) { in calibrate_by_pmtimer()
711 res = (((u64)deltapm) * mult) >> 22; in calibrate_by_pmtimer()
718 do_div(res, deltapm); in calibrate_by_pmtimer()
726 do_div(res, deltapm); in calibrate_by_pmtimer()