Searched refs:iso_td (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 582 struct ohci_iso_td iso_td; in ohci_service_iso_td() local 597 if (ohci_read_iso_td(ohci, addr, &iso_td)) { in ohci_service_iso_td() 603 starting_frame = OHCI_BM(iso_td.flags, TD_SF); in ohci_service_iso_td() 604 frame_count = OHCI_BM(iso_td.flags, TD_FC); in ohci_service_iso_td() 609 iso_td.flags, iso_td.bp, iso_td.next, iso_td.be, in ohci_service_iso_td() 613 iso_td.offset[0], iso_td.offset[1], in ohci_service_iso_td() 614 iso_td.offset[2], iso_td.offset[3], in ohci_service_iso_td() 615 iso_td.offset[4], iso_td.offset[5], in ohci_service_iso_td() 616 iso_td.offset[6], iso_td.offset[7]); in ohci_service_iso_td() 628 if (OHCI_CC_DATAOVERRUN == OHCI_BM(iso_td.flags, TD_CC)) { in ohci_service_iso_td() [all …]
|