Searched refs:now2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | rtc.c | 148 struct rtc_time now1, now2, cmp; in dm_test_rtc_dual() local 156 ut_assertok(dm_rtc_get(dev2, &now2)); in dm_test_rtc_dual()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 1477 u32 now, base, next, start, period, span, now2; in iso_stream_schedule() local 1581 now2 = (now - base) & (mod - 1); in iso_stream_schedule() 1592 if (likely(!empty || start <= now2 + period)) { in iso_stream_schedule() 1600 if (likely(start >= now2)) in iso_stream_schedule() 1608 now2 += mod; in iso_stream_schedule() 1612 skip = (now2 - start + period - 1) & -period; in iso_stream_schedule() 1615 urb, start + base, span - period, now2 + base, in iso_stream_schedule()
|