Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Doxu210hp-hcd.c2650 unsigned frame, clock, now_uframe, mod; in scan_periodic() local
2660 now_uframe = oxu->next_uframe; in scan_periodic()
2664 clock = now_uframe + mod - 1; in scan_periodic()
2672 frame = now_uframe >> 3; in scan_periodic()
2675 now_uframe |= 0x07; in scan_periodic()
2722 if (now_uframe == clock) { in scan_periodic()
2727 oxu->next_uframe = now_uframe; in scan_periodic()
2729 if (now_uframe == now) in scan_periodic()
2735 now_uframe++; in scan_periodic()
2736 now_uframe %= mod; in scan_periodic()