Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Duhcireg.h152 #define UHCI_TD_GET_ERRCNT(s) (((s) >> 27) & 3) macro
H A Duhci.c646 UHCI_TD_GET_ERRCNT(letoh32(p->td.td_status)), in uhci_dump_td()