Lines Matching refs:PERIODIC_SIZE
323 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request()
333 ep->branch = PERIODIC_SIZE; in finish_request()
502 (isp116x->fmindex + 1) & (PERIODIC_SIZE - 1); in start_atl_transfers()
661 for (j = i; j < PERIODIC_SIZE; j += period) { in balance()
666 if (j < PERIODIC_SIZE) in balance()
752 if (urb->interval > 2 * PERIODIC_SIZE) in isp116x_urb_enqueue()
753 urb->interval = 2 * PERIODIC_SIZE; in isp116x_urb_enqueue()
755 ep->branch = PERIODIC_SIZE; in isp116x_urb_enqueue()
780 if (ep->branch < PERIODIC_SIZE) in isp116x_urb_enqueue()
788 urb->start_frame = (isp116x->fmindex & (PERIODIC_SIZE - 1)) in isp116x_urb_enqueue()
795 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in isp116x_urb_enqueue()