Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c75 #define OHCI_ED_H 1 macro
1082 ed->head |= OHCI_ED_H; in ohci_service_td()
1124 if ((ed.head & OHCI_ED_H) || (ed.flags & OHCI_ED_K)) { in ohci_service_ed_list()
1138 trace_usb_ohci_ed_pkt(cur, (ed.head & OHCI_ED_H) != 0, in ohci_service_ed_list()