Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dhpet.c236 static struct clock_event_device hpet_clockevent = { variable
301 hpet_clockevent.cpumask = cpumask_of(smp_processor_id()); in hpet_legacy_clockevent_register()
302 clockevents_config_and_register(&hpet_clockevent, hpet_freq, in hpet_legacy_clockevent_register()
304 global_clock_event = &hpet_clockevent; in hpet_legacy_clockevent_register()
1071 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_rtc_timer_init()
1072 clc >>= hpet_clockevent.shift + DEFAULT_RTC_SHIFT; in hpet_rtc_timer_init()
1167 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_set_periodic_freq()
1169 clc >>= hpet_clockevent.shift; in hpet_set_periodic_freq()