Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dvf_pit_timer.c121 static struct clock_event_device clockevent_pit = { variable
134 .dev_id = &clockevent_pit,
144 clockevent_pit.cpumask = cpumask_of(0); in pit_clockevent_init()
145 clockevent_pit.irq = irq; in pit_clockevent_init()
154 clockevents_config_and_register(&clockevent_pit, rate, 2, 0xffffffff); in pit_clockevent_init()