Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dvf_pit_timer.c125 static struct clock_event_device clockevent_pit = { variable
137 .dev_id = &clockevent_pit,
147 clockevent_pit.cpumask = cpumask_of(0); in pit_clockevent_init()
148 clockevent_pit.irq = irq; in pit_clockevent_init()
157 clockevents_config_and_register(&clockevent_pit, rate, 2, 0xffffffff); in pit_clockevent_init()