Searched refs:now_frame (Results 1 – 6 of 6) sorted by relevance
1299 if (itd->frame == ehci->now_frame) in itd_urb_transaction()2092 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction()2382 unsigned uf, now_frame, frame; in scan_isoc() local2393 now_frame = (uf >> 3) & fmask; in scan_isoc()2396 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()2399 ehci->now_frame = now_frame; in scan_isoc()2422 if (frame == now_frame && live) { in scan_isoc()2462 if (((frame == now_frame) || in scan_isoc()2463 (((frame + 1) & fmask) == now_frame)) in scan_isoc()2510 if (frame == now_frame) in scan_isoc()
124 unsigned now_frame; /* frame from HC hardware */ member
4238 if (itd->frame == fusbh200->now_frame) in itd_urb_transaction()4741 unsigned uf, now_frame, frame; in scan_isoc() local4752 now_frame = (uf >> 3) & fmask; in scan_isoc()4755 now_frame = (fusbh200->next_frame - 1) & fmask; in scan_isoc()4758 fusbh200->now_frame = now_frame; in scan_isoc()4781 if (frame == now_frame && live) { in scan_isoc()4828 if (frame == now_frame) in scan_isoc()4832 fusbh200->next_frame = now_frame; in scan_isoc()
4304 if (itd->frame == fotg210->now_frame) in itd_urb_transaction()4808 unsigned uf, now_frame, frame; in scan_isoc() local4819 now_frame = (uf >> 3) & fmask; in scan_isoc()4822 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc()4825 fotg210->now_frame = now_frame; in scan_isoc()4848 if (frame == now_frame && live) { in scan_isoc()4894 if (frame == now_frame) in scan_isoc()4898 fotg210->next_frame = now_frame; in scan_isoc()
173 unsigned now_frame; /* frame from HC hardware */ member