Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c109 #define OHCI_BM(val, field) \ macro
604 frame_count = OHCI_BM(iso_td.flags, TD_FC); 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()
745 OHCI_BM(iso_td.flags, TD_DI) == 0; in ohci_service_iso_td()
824 i = OHCI_BM(iso_td.flags, TD_DI); in ohci_service_iso_td()
907 dir = OHCI_BM(ed->flags, ED_D); in ohci_service_td()
914 dir = OHCI_BM(td.flags, TD_DP); in ohci_service_td()
1090 i = OHCI_BM(td.flags, TD_DI); in ohci_service_td()
1142 OHCI_BM(ed.flags, ED_FA), OHCI_BM(ed.flags, ED_EN), in ohci_service_ed_list()
[all …]