Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-armada-370-xp.c86 static struct clock_event_device __percpu *armada_370_xp_evt; variable
172 struct clock_event_device *evt = per_cpu_ptr(armada_370_xp_evt, cpu); in armada_370_xp_timer_starting_cpu()
202 struct clock_event_device *evt = per_cpu_ptr(armada_370_xp_evt, cpu); in armada_370_xp_timer_dying_cpu()
302 armada_370_xp_evt = alloc_percpu(struct clock_event_device); in armada_370_xp_timer_common_init()
303 if (!armada_370_xp_evt) in armada_370_xp_timer_common_init()
312 armada_370_xp_evt); in armada_370_xp_timer_common_init()