Lines Matching defs:timer
42 struct nios2_timer timer; member
47 struct nios2_timer timer; member
63 static u16 timer_readw(struct nios2_timer *timer, u32 offs) in timer_readw()
68 static void timer_writew(struct nios2_timer *timer, u16 val, u32 offs) in timer_writew()
73 static inline unsigned long read_timersnapshot(struct nios2_timer *timer) in read_timersnapshot()
117 static void nios2_timer_start(struct nios2_timer *timer) in nios2_timer_start()
126 static void nios2_timer_stop(struct nios2_timer *timer) in nios2_timer_stop()
135 static void nios2_timer_config(struct nios2_timer *timer, unsigned long period, in nios2_timer_config()
174 struct nios2_timer *timer = &nios2_ced->timer; in nios2_timer_shutdown() local
184 struct nios2_timer *timer = &nios2_ced->timer; in nios2_timer_set_periodic() local
194 struct nios2_timer *timer = &nios2_ced->timer; in nios2_timer_resume() local
243 static __init int nios2_clockevent_init(struct device_node *timer) in nios2_clockevent_init()
281 static __init int nios2_clocksource_init(struct device_node *timer) in nios2_clocksource_init()
317 static int __init nios2_time_init(struct device_node *timer) in nios2_time_init()