Lines Matching defs:evt
92 static int timrotv1_set_next_event(unsigned long evt,
96 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_TIMCOUNTn(0));
101 static int timrotv2_set_next_event(unsigned long evt,
105 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_FIXED_COUNTn(0));
112 struct clock_event_device *evt = dev_id;
115 evt->event_handler(evt);
137 static int mxs_shutdown(struct clock_event_device *evt)
144 static int mxs_set_oneshot(struct clock_event_device *evt)
146 if (clockevent_state_oneshot(evt))