Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/apic/ !
Dapic.c702 calibrate_by_pmtimer(long deltapm, long *delta, long *deltatsc) in calibrate_by_pmtimer() argument
713 apic_printk(APIC_VERBOSE, "... PM-Timer delta = %ld\n", deltapm); in calibrate_by_pmtimer()
716 if (!deltapm) in calibrate_by_pmtimer()
721 if (deltapm > (pm_100ms - pm_thresh) && in calibrate_by_pmtimer()
722 deltapm < (pm_100ms + pm_thresh)) { in calibrate_by_pmtimer()
727 res = (((u64)deltapm) * mult) >> 22; in calibrate_by_pmtimer()
734 do_div(res, deltapm); in calibrate_by_pmtimer()
742 do_div(res, deltapm); in calibrate_by_pmtimer()