Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dacpi_pm.c140 ((CALIBRATE_LATCH * (PMTMR_TICKS_PER_SEC >> 10)) / (PIT_TICK_RATE>>10))
214 PMTMR_TICKS_PER_SEC); in init_acpi_pm_clocksource()
/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi_pmtmr.h8 #define PMTMR_TICKS_PER_SEC 3579545 macro
/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()
738 mult = clocksource_hz2mult(PMTMR_TICKS_PER_SEC, 22); in calibrate_by_pmtimer()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c366 do_div(tmp, PMTMR_TICKS_PER_SEC); in calc_pmtimer_ref()