Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic.c723 const long pm_100ms = PMTMR_TICKS_PER_SEC / 10; in calibrate_by_pmtimer() local
724 const long pm_thresh = pm_100ms / 100; in calibrate_by_pmtimer()
740 if (deltapm > (pm_100ms - pm_thresh) && in calibrate_by_pmtimer()
741 deltapm < (pm_100ms + pm_thresh)) { in calibrate_by_pmtimer()
752 res = (((u64)(*delta)) * pm_100ms); in calibrate_by_pmtimer()
760 res = (((u64)(*deltatsc)) * pm_100ms); in calibrate_by_pmtimer()