Searched refs:OHCI_BM (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 109 #define OHCI_BM(val, field) \ macro 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() 628 if (OHCI_CC_DATAOVERRUN == OHCI_BM(iso_td.flags, TD_CC)) { in ohci_service_iso_td() 637 i = OHCI_BM(iso_td.flags, TD_DI); in ohci_service_iso_td() 648 dir = OHCI_BM(ed->flags, ED_D); in ohci_service_iso_td() 679 if (!(OHCI_BM(start_offset, TD_PSW_CC) & 0xe) || in ohci_service_iso_td() 681 !(OHCI_BM(next_offset, TD_PSW_CC) & 0xe))) { in ohci_service_iso_td() 736 dev = ohci_find_device(ohci, OHCI_BM(ed->flags, ED_FA)); in ohci_service_iso_td() 741 ep = usb_ep_get(dev, pid, OHCI_BM(ed->flags, ED_EN)); in ohci_service_iso_td() [all …]
|