Searched refs:iso_td (Results 1 – 1 of 1) sorted by relevance
/external/qemu/hw/ |
D | usb-ohci.c | 612 struct ohci_iso_td iso_td; in ohci_service_iso_td() local 622 if (!ohci_read_iso_td(ohci, addr, &iso_td)) { in ohci_service_iso_td() 627 starting_frame = OHCI_BM(iso_td.flags, TD_SF); in ohci_service_iso_td() 628 frame_count = OHCI_BM(iso_td.flags, TD_FC); in ohci_service_iso_td() 640 iso_td.flags, iso_td.bp, iso_td.next, iso_td.be, in ohci_service_iso_td() 641 iso_td.offset[0], iso_td.offset[1], iso_td.offset[2], iso_td.offset[3], in ohci_service_iso_td() 642 iso_td.offset[4], iso_td.offset[5], iso_td.offset[6], iso_td.offset[7], in ohci_service_iso_td() 645 OHCI_BM(iso_td.flags, TD_DI), OHCI_BM(iso_td.flags, TD_CC)); in ohci_service_iso_td() 656 OHCI_SET_BM(iso_td.flags, TD_CC, OHCI_CC_DATAOVERRUN); in ohci_service_iso_td() 658 ed->head |= (iso_td.next & OHCI_DPTR_MASK); in ohci_service_iso_td() [all …]
|