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