Searched refs:ttce (Results 1 – 1 of 1) sorted by relevance
141 struct ttc_timer_clockevent *ttce = dev_id; in ttc_clock_event_interrupt() local142 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt()147 ttce->ce.event_handler(&ttce->ce); in ttc_clock_event_interrupt()182 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_set_next_event() local183 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()217 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_set_periodic() local218 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic()221 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()[all …]