Home
last modified time | relevance | path

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

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