Searched refs:last_iso_frame (Results 1 – 5 of 5) sorted by relevance
366 uhci->last_iso_frame, uhci->last_iso_frame & 1023); in uhci_show_status()
1561 ehci->last_iso_frame = now >> 3; in iso_stream_schedule()1567 base = ehci->last_iso_frame << 3; in iso_stream_schedule()2371 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()2376 frame = ehci->last_iso_frame; in scan_isoc()2486 ehci->last_iso_frame = frame; in scan_isoc()
409 unsigned int last_iso_frame; /* Frame of last scan */ member
164 unsigned last_iso_frame; /* last frame scanned for iso */ member
1328 if (uhci_frame_before_eq(uhci->last_iso_frame + UHCI_NUMFRAMES, in uhci_submit_isochronous()1778 uhci->last_iso_frame = uhci->cur_iso_frame; in uhci_scan_schedule()
Completed in 19 milliseconds