Lines Matching refs:PERIODIC_SIZE
324 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request()
334 ep->branch = PERIODIC_SIZE; in finish_request()
503 (isp116x->fmindex + 1) & (PERIODIC_SIZE - 1); in start_atl_transfers()
662 for (j = i; j < PERIODIC_SIZE; j += period) { in balance()
667 if (j < PERIODIC_SIZE) in balance()
753 if (urb->interval > 2 * PERIODIC_SIZE) in isp116x_urb_enqueue()
754 urb->interval = 2 * PERIODIC_SIZE; in isp116x_urb_enqueue()
756 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()