Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-ohci.c614 uint16_t starting_frame; in ohci_service_iso_td() local
627 starting_frame = OHCI_BM(iso_td.flags, TD_SF); in ohci_service_iso_td()
629 relative_frame_number = USUB(ohci->frame_number, starting_frame); in ohci_service_iso_td()
643 ohci->frame_number, starting_frame, in ohci_service_iso_td()