Lines Matching refs:evt
88 static int txx9tmr_set_state_periodic(struct clock_event_device *evt) in txx9tmr_set_state_periodic() argument
91 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_periodic()
98 __raw_writel(((u64)(NSEC_PER_SEC / HZ) * evt->mult) >> evt->shift, in txx9tmr_set_state_periodic()
104 static int txx9tmr_set_state_oneshot(struct clock_event_device *evt) in txx9tmr_set_state_oneshot() argument
107 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_oneshot()
115 static int txx9tmr_set_state_shutdown(struct clock_event_device *evt) in txx9tmr_set_state_shutdown() argument
118 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_shutdown()
126 static int txx9tmr_tick_resume(struct clock_event_device *evt) in txx9tmr_tick_resume() argument
129 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_tick_resume()
139 struct clock_event_device *evt) in txx9tmr_set_next_event() argument
142 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_next_event()