Searched refs:now_uframe (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Doxu210hp-hcd.c2256 unsigned frame, clock, now_uframe, mod; scan_periodic() local
2266 now_uframe = oxu->next_uframe; scan_periodic()
2270 clock = now_uframe + mod - 1; scan_periodic()
2279 frame = now_uframe >> 3; scan_periodic()
2281 uframes = now_uframe & 0x07; scan_periodic()
2284 now_uframe |= 0x07; scan_periodic()
2334 if (now_uframe == clock) { scan_periodic()
2339 oxu->next_uframe = now_uframe; scan_periodic()
2341 if (now_uframe == now) scan_periodic()
2347 now_uframe++; scan_periodic()
2348 now_uframe %= mod; scan_periodic()

Completed in 49 milliseconds