Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h125 #define OHCI_TD_GET_EC(x) (((x) >> 26) & 3) /* Error Count */ macro
H A Dohci.c558 OHCI_TD_GET_EC(td_flags), in ohci_dump_td()