Searched refs:ttce (Results 1 – 1 of 1) sorted by relevance
140 struct ttc_timer_clockevent *ttce = dev_id; in ttc_clock_event_interrupt() local141 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt()146 ttce->ce.event_handler(&ttce->ce); in ttc_clock_event_interrupt()180 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_set_next_event() local181 struct ttc_timer *timer = &ttce->ttc; in ttc_set_next_event()194 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_shutdown() local195 struct ttc_timer *timer = &ttce->ttc; in ttc_shutdown()206 struct ttc_timer_clockevent *ttce = to_ttc_timer_clkevent(evt); in ttc_set_periodic() local207 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic()210 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()[all …]