Lines Matching refs:evt
121 static int atcpit100_clkevt_next_event(unsigned long evt, in atcpit100_clkevt_next_event() argument
129 writel(evt, timer_of_base(to) + CH0_REL); in atcpit100_clkevt_next_event()
135 static int atcpit100_clkevt_set_periodic(struct clock_event_device *evt) in atcpit100_clkevt_set_periodic() argument
137 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_periodic()
144 static int atcpit100_clkevt_shutdown(struct clock_event_device *evt) in atcpit100_clkevt_shutdown() argument
146 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_shutdown()
152 static int atcpit100_clkevt_set_oneshot(struct clock_event_device *evt) in atcpit100_clkevt_set_oneshot() argument
154 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_oneshot()
166 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in atcpit100_timer_interrupt() local
167 struct timer_of *to = to_timer_of(evt); in atcpit100_timer_interrupt()
171 evt->event_handler(evt); in atcpit100_timer_interrupt()