Searched refs:UHCI_TD_GET_ERRCNT (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/usb/ | ||
| D | uhcireg.h | 159 #define UHCI_TD_GET_ERRCNT(s) (((s) >> 27) & 3) macro |
| D | uhci.c | 811 UHCI_TD_GET_ERRCNT(le32toh(p->td.td_status)), in uhci_dump_td() |