sirfsoc_clockevent  150 drivers/clocksource/timer-atlas7.c static struct clock_event_device __percpu *sirfsoc_clockevent;
sirfsoc_clockevent  176 drivers/clocksource/timer-atlas7.c 	struct clock_event_device *ce = per_cpu_ptr(sirfsoc_clockevent, cpu);
sirfsoc_clockevent  220 drivers/clocksource/timer-atlas7.c 	sirfsoc_clockevent = alloc_percpu(struct clock_event_device);
sirfsoc_clockevent  221 drivers/clocksource/timer-atlas7.c 	BUG_ON(!sirfsoc_clockevent);
sirfsoc_clockevent  149 drivers/clocksource/timer-prima2.c static struct clock_event_device sirfsoc_clockevent = {
sirfsoc_clockevent  173 drivers/clocksource/timer-prima2.c 	.dev_id = &sirfsoc_clockevent,
sirfsoc_clockevent  184 drivers/clocksource/timer-prima2.c 	sirfsoc_clockevent.cpumask = cpumask_of(0);
sirfsoc_clockevent  185 drivers/clocksource/timer-prima2.c 	clockevents_config_and_register(&sirfsoc_clockevent, PRIMA2_CLOCK_FREQ,