Lines Matching refs:NUM_OTG_FSM_TIMERS
215 if (t >= NUM_OTG_FSM_TIMERS) in ci_otg_add_timer()
224 if ((ci->next_otg_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_add_timer()
241 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
243 if ((t >= NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer()
253 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
258 NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
259 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer()
266 if (next_timer != NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
372 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
377 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
380 for_each_set_bit(cur_timer, &enabled_timer_bits, NUM_OTG_FSM_TIMERS) { in ci_otg_hrtimer_func()
386 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_hrtimer_func()
393 if (next_timer < NUM_OTG_FSM_TIMERS) { in ci_otg_hrtimer_func()
423 if (t < NUM_OTG_FSM_TIMERS) in ci_otg_fsm_add_timer()
432 if (t < NUM_OTG_FSM_TIMERS) in ci_otg_fsm_del_timer()
788 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_hdrc_otg_fsm_init()