now2             1486 drivers/usb/host/ehci-sched.c 	u32			now, base, next, start, period, span, now2;
now2             1590 drivers/usb/host/ehci-sched.c 	now2 = (now - base) & (mod - 1);
now2             1601 drivers/usb/host/ehci-sched.c 	if (likely(!empty || start <= now2 + period)) {
now2             1609 drivers/usb/host/ehci-sched.c 		if (likely(start >= now2))
now2             1617 drivers/usb/host/ehci-sched.c 		now2 += mod;
now2             1621 drivers/usb/host/ehci-sched.c 	skip = (now2 - start + period - 1) & -period;
now2             1624 drivers/usb/host/ehci-sched.c 				urb, start + base, span - period, now2 + base,