Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dohcireg.h188 #define OHCI_TD_GET_EC(x) (((x) >> 26) & 3) /* Error Count */ macro
H A Dohci.c1828 OHCI_TD_GET_EC(letoh32(std->td.td_flags)), in ohci_dump_td()