Searched refs:sirfsoc_clockevent (Results 1 – 2 of 2) sorted by relevance
151 static struct clock_event_device __percpu *sirfsoc_clockevent; variable227 sirfsoc_local_timer_setup(this_cpu_ptr(sirfsoc_clockevent)); in sirfsoc_cpu_notify()230 sirfsoc_local_timer_stop(this_cpu_ptr(sirfsoc_clockevent)); in sirfsoc_cpu_notify()243 sirfsoc_clockevent = alloc_percpu(struct clock_event_device); in sirfsoc_clockevent_init()244 BUG_ON(!sirfsoc_clockevent); in sirfsoc_clockevent_init()249 sirfsoc_local_timer_setup(this_cpu_ptr(sirfsoc_clockevent)); in sirfsoc_clockevent_init()
151 static struct clock_event_device sirfsoc_clockevent = { variable175 .dev_id = &sirfsoc_clockevent,186 sirfsoc_clockevent.cpumask = cpumask_of(0); in sirfsoc_clockevent_init()187 clockevents_config_and_register(&sirfsoc_clockevent, PRIMA2_CLOCK_FREQ, in sirfsoc_clockevent_init()