Searched refs:PERIODIC_SIZE (Results 1 – 6 of 6) sorted by relevance
119 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro153 u16 load[PERIODIC_SIZE];154 struct sl811h_ep *periodic[PERIODIC_SIZE];
462 ep->branch = PERIODIC_SIZE; in finish_request()665 index = sl811->frame++ % (PERIODIC_SIZE - 1); in sl811h_irq()777 for (j = i; j < PERIODIC_SIZE; j += period) { in balance()782 if (j < PERIODIC_SIZE) in balance()876 if (urb->interval > PERIODIC_SIZE) in sl811h_urb_enqueue()877 urb->interval = PERIODIC_SIZE; in sl811h_urb_enqueue()879 ep->branch = PERIODIC_SIZE; in sl811h_urb_enqueue()903 if (ep->branch < PERIODIC_SIZE) { in sl811h_urb_enqueue()919 urb->start_frame = (sl811->frame & (PERIODIC_SIZE - 1)) in sl811h_urb_enqueue()1462 seq_printf(s, "periodic size= %d\n", PERIODIC_SIZE); in sl811h_debug_show()[all …]
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()[all …]
253 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro278 u16 load[PERIODIC_SIZE];279 struct isp116x_ep *periodic[PERIODIC_SIZE];
492 ep->branch = PERIODIC_SIZE; in finish_request()1195 for (j = i; j < PERIODIC_SIZE; j += interval) { in balance()1202 if (j < PERIODIC_SIZE) in balance()1297 if (urb->interval > PERIODIC_SIZE) in isp1362_urb_enqueue()1298 urb->interval = PERIODIC_SIZE; in isp1362_urb_enqueue()1300 ep->branch = PERIODIC_SIZE; in isp1362_urb_enqueue()1325 if (ep->branch < PERIODIC_SIZE) in isp1362_urb_enqueue()1338 ((isp1362_hcd->fmindex + PERIODIC_SIZE - 1) & in isp1362_urb_enqueue()1339 ~(PERIODIC_SIZE - 1)) + ep->branch, in isp1362_urb_enqueue()1340 (isp1362_hcd->fmindex & (PERIODIC_SIZE - 1)) + ep->branch); in isp1362_urb_enqueue()[all …]
378 #define PERIODIC_SIZE (1 << LOG2_PERIODIC_SIZE) macro458 u16 load[PERIODIC_SIZE];