Searched refs:orion_clkevt (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/clocksource/
H A Dtime-orion.c82 static struct clock_event_device orion_clkevt = { variable in typeref:struct:clock_event_device
97 orion_clkevt.event_handler(&orion_clkevt); orion_clkevt_irq_handler()
143 orion_clkevt.cpumask = cpumask_of(0); orion_timer_init()
144 orion_clkevt.irq = irq; orion_timer_init()
145 clockevents_config_and_register(&orion_clkevt, clk_get_rate(clk), orion_timer_init()
/linux-4.4.14/arch/arm/plat-orion/
H A Dtime.c156 static struct clock_event_device orion_clkevt = { variable in typeref:struct:clock_event_device
174 orion_clkevt.event_handler(&orion_clkevt); orion_timer_interrupt()
227 orion_clkevt.cpumask = cpumask_of(0); orion_time_init()
228 clockevents_config_and_register(&orion_clkevt, tclk, 1, 0xfffffffe); orion_time_init()

Completed in 104 milliseconds