Searched refs:now_frame (Results 1 – 2 of 2) sorted by relevance
1294 if (itd->frame == ehci->now_frame) in itd_urb_transaction()2090 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction()2382 unsigned uf, now_frame, frame; in scan_isoc() local2395 now_frame = (uf >> 3) & fmask; in scan_isoc()2398 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()2401 ehci->now_frame = now_frame; in scan_isoc()2422 if (frame == now_frame && live) { in scan_isoc()2463 if (((frame == now_frame) || in scan_isoc()2464 (((frame + 1) & fmask) == now_frame)) in scan_isoc()2509 if (frame == now_frame) in scan_isoc()
171 unsigned now_frame; /* frame from HC hardware */ member
Completed in 14 milliseconds