Lines Matching defs:frame
47 * packets until the start of the next frame so that this situation is
884 /* time frame for this URB has elapsed */
888 /* URB is not due in this frame or the next one.
891 * one frame ahead of time
894 /* submit PTD's that are due in the next frame */
1336 DBG(1, "%s: Current frame %04x branch %02x start_frame %04x(%04x)\n",
1344 u16 frame = isp1362_hcd->fmindex;
1346 frame += max_t(u16, 8, ep->interval);
1347 frame &= ~(ep->interval - 1);
1348 frame |= ep->branch;
1349 if (frame_before(frame, isp1362_hcd->fmindex))
1350 frame += ep->interval;
1351 urb->start_frame = frame;