Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Doxu210hp-hcd.c2673 unsigned frame, clock, now_uframe, mod; in scan_periodic() local
2683 now_uframe = oxu->next_uframe; in scan_periodic()
2687 clock = now_uframe + mod - 1; in scan_periodic()
2695 frame = now_uframe >> 3; in scan_periodic()
2698 now_uframe |= 0x07; in scan_periodic()
2745 if (now_uframe == clock) { in scan_periodic()
2750 oxu->next_uframe = now_uframe; in scan_periodic()
2752 if (now_uframe == now) in scan_periodic()
2758 now_uframe++; in scan_periodic()
2759 now_uframe %= mod; in scan_periodic()