Searched refs:ttce (Results 1 – 1 of 1) sorted by relevance
145 struct ttc_timer_clockevent *ttce = dev_id; in ttc_clock_event_interrupt() local146 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt()151 ttce->ce.event_handler(&ttce->ce); in ttc_clock_event_interrupt()185 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_set_next_event() local186 struct ttc_timer *timer = &ttce->ttc; in ttc_set_next_event()199 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_shutdown() local200 struct ttc_timer *timer = &ttce->ttc; in ttc_shutdown()211 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_set_periodic() local212 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic()215 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()[all …]