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

/linux-4.1.27/drivers/clocksource/
H A Dtime-orion.c80 static struct clock_event_device orion_clkevt = { variable in typeref:struct:clock_event_device
91 orion_clkevt.event_handler(&orion_clkevt); orion_clkevt_irq_handler()
137 orion_clkevt.cpumask = cpumask_of(0); orion_timer_init()
138 orion_clkevt.irq = irq; orion_timer_init()
139 clockevents_config_and_register(&orion_clkevt, clk_get_rate(clk), orion_timer_init()
/linux-4.1.27/arch/arm/plat-orion/
H A Dtime.c157 static struct clock_event_device orion_clkevt = { variable in typeref:struct:clock_event_device
171 orion_clkevt.event_handler(&orion_clkevt); orion_timer_interrupt()
224 orion_clkevt.cpumask = cpumask_of(0); orion_time_init()
225 clockevents_config_and_register(&orion_clkevt, tclk, 1, 0xfffffffe); orion_time_init()

Completed in 141 milliseconds