Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dhpet.c230 static struct clock_event_device hpet_clockevent; variable
288 hpet_clockevent.cpumask = cpumask_of(smp_processor_id()); in hpet_legacy_clockevent_register()
289 clockevents_config_and_register(&hpet_clockevent, hpet_freq, in hpet_legacy_clockevent_register()
291 global_clock_event = &hpet_clockevent; in hpet_legacy_clockevent_register()
432 static struct clock_event_device hpet_clockevent = { variable
1098 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_rtc_timer_init()
1099 clc >>= hpet_clockevent.shift + DEFAULT_RTC_SHIFT; in hpet_rtc_timer_init()
1193 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_set_periodic_freq()
1195 clc >>= hpet_clockevent.shift; in hpet_set_periodic_freq()