Searched refs:sirfsoc_clockevent (Results 1 – 2 of 2) sorted by relevance
158 static struct clock_event_device __percpu *sirfsoc_clockevent; variable232 sirfsoc_local_timer_setup(this_cpu_ptr(sirfsoc_clockevent)); in sirfsoc_cpu_notify()235 sirfsoc_local_timer_stop(this_cpu_ptr(sirfsoc_clockevent)); in sirfsoc_cpu_notify()248 sirfsoc_clockevent = alloc_percpu(struct clock_event_device); in sirfsoc_clockevent_init()249 BUG_ON(!sirfsoc_clockevent); in sirfsoc_clockevent_init()254 sirfsoc_local_timer_setup(this_cpu_ptr(sirfsoc_clockevent)); in sirfsoc_clockevent_init()
156 static struct clock_event_device sirfsoc_clockevent = { variable179 .dev_id = &sirfsoc_clockevent,190 sirfsoc_clockevent.cpumask = cpumask_of(0); in sirfsoc_clockevent_init()191 clockevents_config_and_register(&sirfsoc_clockevent, PRIMA2_CLOCK_FREQ, in sirfsoc_clockevent_init()