Lines Matching refs:NUM_OTG_FSM_TIMERS
223 if (t >= NUM_OTG_FSM_TIMERS)
232 if ((ci->next_otg_timer == NUM_OTG_FSM_TIMERS) ||
249 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS;
251 if ((t >= NUM_OTG_FSM_TIMERS) ||
263 ci->next_otg_timer = NUM_OTG_FSM_TIMERS;
268 NUM_OTG_FSM_TIMERS) {
269 if ((next_timer == NUM_OTG_FSM_TIMERS) ||
276 if (next_timer != NUM_OTG_FSM_TIMERS) {
389 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS;
394 ci->next_otg_timer = NUM_OTG_FSM_TIMERS;
397 for_each_set_bit(cur_timer, &enabled_timer_bits, NUM_OTG_FSM_TIMERS) {
403 if ((next_timer == NUM_OTG_FSM_TIMERS) ||
410 if (next_timer < NUM_OTG_FSM_TIMERS) {
439 if (t < NUM_OTG_FSM_TIMERS)
448 if (t < NUM_OTG_FSM_TIMERS)
825 ci->next_otg_timer = NUM_OTG_FSM_TIMERS;