Searched refs:OHCI_TD_GET_EC (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/ | ||
| D | ohcireg.h | 188 #define OHCI_TD_GET_EC(x) (((x) >> 26) & 3) /* Error Count */ macro |
| D | ohci.c | 1828 OHCI_TD_GET_EC(letoh32(std->td.td_flags)), in ohci_dump_td() |