Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dmxs_timer.c63 static struct clock_event_device mxs_clockevent_device; variable
152 static struct clock_event_device mxs_clockevent_device = { variable
165 mxs_clockevent_device.set_next_event = timrotv1_set_next_event; in mxs_clockevent_init()
166 mxs_clockevent_device.cpumask = cpumask_of(0); in mxs_clockevent_init()
167 clockevents_config_and_register(&mxs_clockevent_device, in mxs_clockevent_init()
271 "MXS Timer Tick", &mxs_clockevent_device); in mxs_timer_init()