Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/apic/
H A Dapic.c681 calibrate_by_pmtimer(u32 deltapm, long *delta, long *deltatsc) in calibrate_by_pmtimer() argument
692 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()