Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clocksource/
A Dacpi_pm.c141 ((CALIBRATE_LATCH * (PMTMR_TICKS_PER_SEC >> 10)) / (PIT_TICK_RATE>>10))
216 return clocksource_register_hz(&clocksource_acpi_pm, PMTMR_TICKS_PER_SEC); in init_acpi_pm_clocksource()
/linux-6.3-rc2/include/linux/
A Dacpi_pmtmr.h8 #define PMTMR_TICKS_PER_SEC 3579545 macro
/linux-6.3-rc2/arch/x86/kernel/apic/
A Dapic.c735 const long pm_100ms = PMTMR_TICKS_PER_SEC / 10; in calibrate_by_pmtimer()
750 mult = clocksource_hz2mult(PMTMR_TICKS_PER_SEC, 22); in calibrate_by_pmtimer()
/linux-6.3-rc2/arch/x86/kernel/
A Dtsc.c383 do_div(tmp, PMTMR_TICKS_PER_SEC); in calc_pmtimer_ref()

Completed in 12 milliseconds