Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dhpet.c231 static struct clock_event_device hpet_clockevent; variable
289 hpet_clockevent.cpumask = cpumask_of(boot_cpu_data.cpu_index); in hpet_legacy_clockevent_register()
290 clockevents_config_and_register(&hpet_clockevent, hpet_freq, in hpet_legacy_clockevent_register()
292 global_clock_event = &hpet_clockevent; in hpet_legacy_clockevent_register()
422 static struct clock_event_device hpet_clockevent = { variable
1183 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_rtc_timer_init()
1184 clc >>= hpet_clockevent.shift + DEFAULT_RTC_SHIFT; in hpet_rtc_timer_init()
1278 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_set_periodic_freq()
1280 clc >>= hpet_clockevent.shift; in hpet_set_periodic_freq()