Searched refs:OHCI_TD_GET_CC (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dohcireg.h188 #define OHCI_TD_GET_CC(x) ((x) >> 28) /* Condition Code */ macro
H A Dohci.c1342 cc = OHCI_TD_GET_CC(O32TOH(std->td.td_flags));
1361 OHCI_TD_GET_CC(O32TOH(std->td.td_flags)),
1362 ohci_cc_strs[OHCI_TD_GET_CC(O32TOH(std->td.td_flags))]));
2001 OHCI_TD_GET_CC(O32TOH(std->td.td_flags)),

Completed in 54 milliseconds