Searched refs:PERIODIC_SIZE (Results 1 – 6 of 6) sorted by relevance
118 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro153 u16 load[PERIODIC_SIZE];154 struct sl811h_ep *periodic[PERIODIC_SIZE];
451 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request()461 ep->branch = PERIODIC_SIZE; in finish_request()662 index = sl811->frame++ % (PERIODIC_SIZE - 1); in sl811h_irq()774 for (j = i; j < PERIODIC_SIZE; j += period) { in balance()779 if (j < PERIODIC_SIZE) in balance()873 if (urb->interval > PERIODIC_SIZE) in sl811h_urb_enqueue()874 urb->interval = PERIODIC_SIZE; in sl811h_urb_enqueue()876 ep->branch = PERIODIC_SIZE; in sl811h_urb_enqueue()900 if (ep->branch < PERIODIC_SIZE) { in sl811h_urb_enqueue()906 urb->start_frame = (sl811->frame & (PERIODIC_SIZE - 1)) in sl811h_urb_enqueue()[all …]
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()660 for (j = i; j < PERIODIC_SIZE; j += period) { in balance()665 if (j < PERIODIC_SIZE) in balance()751 if (urb->interval > 2 * PERIODIC_SIZE) in isp116x_urb_enqueue()752 urb->interval = 2 * PERIODIC_SIZE; in isp116x_urb_enqueue()754 ep->branch = PERIODIC_SIZE; in isp116x_urb_enqueue()779 if (ep->branch < PERIODIC_SIZE) in isp116x_urb_enqueue()787 urb->start_frame = (isp116x->fmindex & (PERIODIC_SIZE - 1)) in isp116x_urb_enqueue()[all …]
252 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro278 u16 load[PERIODIC_SIZE];279 struct isp116x_ep *periodic[PERIODIC_SIZE];
490 ep->branch = PERIODIC_SIZE; in finish_request()1193 for (j = i; j < PERIODIC_SIZE; j += interval) { in balance()1200 if (j < PERIODIC_SIZE) in balance()1295 if (urb->interval > PERIODIC_SIZE) in isp1362_urb_enqueue()1296 urb->interval = PERIODIC_SIZE; in isp1362_urb_enqueue()1298 ep->branch = PERIODIC_SIZE; in isp1362_urb_enqueue()1323 if (ep->branch < PERIODIC_SIZE) in isp1362_urb_enqueue()1336 ((isp1362_hcd->fmindex + PERIODIC_SIZE - 1) & in isp1362_urb_enqueue()1337 ~(PERIODIC_SIZE - 1)) + ep->branch, in isp1362_urb_enqueue()1338 (isp1362_hcd->fmindex & (PERIODIC_SIZE - 1)) + ep->branch); in isp1362_urb_enqueue()[all …]
423 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro504 u16 load[PERIODIC_SIZE];