Searched refs:UHCI_TD_GET_ERRCNT (Results 1 – 2 of 2) sorted by relevance
86 #define UHCI_TD_GET_ERRCNT(s) (((s) >> 27) & 3) macro
767 UHCI_TD_GET_ERRCNT(td_status), in uhci_dump_td()1172 if (UHCI_TD_GET_ERRCNT(status) == 0) in uhci_non_isoc_done_sub()