Searched refs:now2 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-sched.c | 1466 u32 now, base, next, start, period, span, now2; in iso_stream_schedule() local 1570 now2 = (now - base) & (mod - 1); in iso_stream_schedule() 1581 if (likely(!empty || start <= now2 + period)) { in iso_stream_schedule() 1589 if (likely(start >= now2)) in iso_stream_schedule() 1597 now2 += mod; in iso_stream_schedule() 1601 skip = (now2 - start + period - 1) & -period; in iso_stream_schedule() 1604 urb, start + base, span - period, now2 + base, in iso_stream_schedule()
|