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.c2649 unsigned frame, clock, now_uframe, mod; in scan_periodic() local
2659 now_uframe = oxu->next_uframe; in scan_periodic()
2663 clock = now_uframe + mod - 1; in scan_periodic()
2671 frame = now_uframe >> 3; in scan_periodic()
2674 now_uframe |= 0x07; in scan_periodic()
2721 if (now_uframe == clock) { in scan_periodic()
2726 oxu->next_uframe = now_uframe; in scan_periodic()
2728 if (now_uframe == now) in scan_periodic()
2734 now_uframe++; in scan_periodic()
2735 now_uframe %= mod; in scan_periodic()