Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-prima2.c150 static struct clock_event_device sirfsoc_clockevent = { variable
174 .dev_id = &sirfsoc_clockevent,
185 sirfsoc_clockevent.cpumask = cpumask_of(0); in sirfsoc_clockevent_init()
186 clockevents_config_and_register(&sirfsoc_clockevent, PRIMA2_CLOCK_FREQ, in sirfsoc_clockevent_init()
Dtimer-atlas7.c151 static struct clock_event_device __percpu *sirfsoc_clockevent; variable
177 struct clock_event_device *ce = per_cpu_ptr(sirfsoc_clockevent, cpu); in sirfsoc_local_timer_starting_cpu()
221 sirfsoc_clockevent = alloc_percpu(struct clock_event_device); in sirfsoc_clockevent_init()
222 BUG_ON(!sirfsoc_clockevent); in sirfsoc_clockevent_init()