Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ohci.c112 #define OHCI_SET_BM(val, field, newval) do { \ macro
632 OHCI_SET_BM(iso_td.flags, TD_CC, OHCI_CC_DATAOVERRUN); in ohci_service_iso_td()
772 OHCI_SET_BM(iso_td.offset[relative_frame_number], TD_PSW_CC, in ohci_service_iso_td()
777 OHCI_SET_BM(iso_td.offset[relative_frame_number], TD_PSW_CC, in ohci_service_iso_td()
819 OHCI_SET_BM(iso_td.flags, TD_CC, OHCI_CC_NOERROR); in ohci_service_iso_td()
1040 OHCI_SET_BM(td.flags, TD_CC, OHCI_CC_NOERROR); in ohci_service_td()
1041 OHCI_SET_BM(td.flags, TD_EC, 0); in ohci_service_td()
1056 OHCI_SET_BM(td.flags, TD_CC, OHCI_CC_DATAUNDERRUN); in ohci_service_td()
1069 OHCI_SET_BM(td.flags, TD_CC, OHCI_CC_STALL); in ohci_service_td()
1073 OHCI_SET_BM(td.flags, TD_CC, OHCI_CC_DATAOVERRUN); in ohci_service_td()
[all …]