Searched refs:UHCI_TD_GET_ERRCNT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ | ||
H A D | uhcireg.h | 152 #define UHCI_TD_GET_ERRCNT(s) (((s) >> 27) & 3) macro |
H A D | uhci.c | 646 UHCI_TD_GET_ERRCNT(letoh32(p->td.td_status)), in uhci_dump_td() |