Lines Matching refs:NUM_OTG_FSM_TIMERS
223 if (t >= NUM_OTG_FSM_TIMERS) in ci_otg_add_timer()
232 if ((ci->next_otg_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_add_timer()
249 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
251 if ((t >= NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer()
261 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
266 NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
267 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer()
274 if (next_timer != NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
387 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
392 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
395 for_each_set_bit(cur_timer, &enabled_timer_bits, NUM_OTG_FSM_TIMERS) { in ci_otg_hrtimer_func()
401 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_hrtimer_func()
408 if (next_timer < NUM_OTG_FSM_TIMERS) { in ci_otg_hrtimer_func()
438 if (t < NUM_OTG_FSM_TIMERS) in ci_otg_fsm_add_timer()
447 if (t < NUM_OTG_FSM_TIMERS) in ci_otg_fsm_del_timer()
817 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_hdrc_otg_fsm_init()