Lines Matching defs:base
1466 u32 now, base, next, start, period, span, now2;
1554 * Use ehci->last_iso_frame as the base. There can't be any
1557 base = ehci->last_iso_frame << 3;
1558 next = (next - base) & (mod - 1);
1559 start = (stream->next_uframe - base) & (mod - 1);
1570 now2 = (now - base) & (mod - 1);
1575 urb, stream->next_uframe, base, period, mod);
1580 /* Is the next packet scheduled after the base time? */
1604 urb, start + base, span - period, now2 + base,
1605 base);
1636 start += base;