Searched refs:sirfsoc_clockevent (Results 1 – 2 of 2) sorted by relevance
150 static struct clock_event_device __percpu *sirfsoc_clockevent; variable166 struct clock_event_device *ce = per_cpu_ptr(sirfsoc_clockevent, cpu); in sirfsoc_local_timer_starting_cpu()203 struct clock_event_device *ce = per_cpu_ptr(sirfsoc_clockevent, cpu); in sirfsoc_local_timer_dying_cpu()216 sirfsoc_clockevent = alloc_percpu(struct clock_event_device); in sirfsoc_clockevent_init()217 BUG_ON(!sirfsoc_clockevent); in sirfsoc_clockevent_init()
149 static struct clock_event_device sirfsoc_clockevent = { variable176 sirfsoc_clockevent.cpumask = cpumask_of(0); in sirfsoc_clockevent_init()177 clockevents_config_and_register(&sirfsoc_clockevent, PRIMA2_CLOCK_FREQ, in sirfsoc_clockevent_init()231 "sirfsoc_timer0", &sirfsoc_clockevent); in sirfsoc_prima2_timer_init()