Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h86 #define UHCI_TD_GET_ERRCNT(s) (((s) >> 27) & 3) macro
H A Duhci.c767 UHCI_TD_GET_ERRCNT(td_status), in uhci_dump_td()
1172 if (UHCI_TD_GET_ERRCNT(status) == 0) in uhci_non_isoc_done_sub()