Searched refs:hpet (Results 1 – 4 of 4) sorted by relevance
125 static u64 tsc_read_refs(u64 *p, int hpet) in tsc_read_refs() argument132 if (hpet) in tsc_read_refs()407 int hpet = is_hpet_enabled(), i, loopmin; in native_calibrate_tsc() local455 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()457 tsc2 = tsc_read_refs(&ref2, hpet); in native_calibrate_tsc()472 if (hpet) in native_calibrate_tsc()492 hpet ? "HPET" : "PMTIMER", i + 1); in native_calibrate_tsc()517 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()531 hpet ? "HPET" : "PMTIMER"); in native_calibrate_tsc()537 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()[all …]
182 struct hpet __iomem *hpet = hpet_virt_address; in hpet_reserve_platform_timers() local183 struct hpet_timer __iomem *timer = &hpet->hpet_timers[2]; in hpet_reserve_platform_timers()191 hd.hd_address = hpet; in hpet_reserve_platform_timers()
79 obj-$(CONFIG_HPET_TIMER) += hpet.o
43 compatible = "intel,ce4100-hpet";