Lines Matching refs:base
1477 u32 now, base, next, start, period, span, now2;
1565 * Use ehci->last_iso_frame as the base. There can't be any
1568 base = ehci->last_iso_frame << 3;
1569 next = (next - base) & (mod - 1);
1570 start = (stream->next_uframe - base) & (mod - 1);
1581 now2 = (now - base) & (mod - 1);
1586 urb, stream->next_uframe, base, period, mod);
1591 /* Is the next packet scheduled after the base time? */
1615 urb, start + base, span - period, now2 + base,
1616 base);
1647 start += base;