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

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

Completed in 53 milliseconds