Searched refs:sirfsoc_clockevent (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/clocksource/
H A Dtimer-prima2.c156 static struct clock_event_device sirfsoc_clockevent = { variable in typeref:struct:clock_event_device
157 .name = "sirfsoc_clockevent",
179 .dev_id = &sirfsoc_clockevent,
190 sirfsoc_clockevent.cpumask = cpumask_of(0); sirfsoc_clockevent_init()
191 clockevents_config_and_register(&sirfsoc_clockevent, PRIMA2_CLOCK_FREQ, sirfsoc_clockevent_init()
H A Dtimer-atlas7.c158 static struct clock_event_device __percpu *sirfsoc_clockevent; variable in typeref:struct:__percpu
232 sirfsoc_local_timer_setup(this_cpu_ptr(sirfsoc_clockevent)); sirfsoc_cpu_notify()
235 sirfsoc_local_timer_stop(this_cpu_ptr(sirfsoc_clockevent)); sirfsoc_cpu_notify()
248 sirfsoc_clockevent = alloc_percpu(struct clock_event_device); sirfsoc_clockevent_init()
249 BUG_ON(!sirfsoc_clockevent); sirfsoc_clockevent_init()
254 sirfsoc_local_timer_setup(this_cpu_ptr(sirfsoc_clockevent)); sirfsoc_clockevent_init()

Completed in 43 milliseconds