Searched refs:PMTMR_TICKS_PER_SEC (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dacpi_pmtmr.h7 #define PMTMR_TICKS_PER_SEC 3579545 macro
/linux-4.4.14/drivers/clocksource/
H A Dacpi_pm.c146 ((CALIBRATE_LATCH * (PMTMR_TICKS_PER_SEC >> 10)) / (PIT_TICK_RATE>>10))
222 PMTMR_TICKS_PER_SEC); init_acpi_pm_clocksource()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dapic.c629 const long pm_100ms = PMTMR_TICKS_PER_SEC / 10; calibrate_by_pmtimer()
644 mult = clocksource_hz2mult(PMTMR_TICKS_PER_SEC, 22); calibrate_by_pmtimer()
/linux-4.4.14/arch/x86/kernel/
H A Dtsc.c428 do_div(tmp, PMTMR_TICKS_PER_SEC); calc_pmtimer_ref()

Completed in 103 milliseconds