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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.h125 #define OHCI_TD_GET_CC(x) ((x) >> 28) /* Condition Code */ macro
H A Dohci.c559 OHCI_TD_GET_CC(td_flags),
822 cc = OHCI_TD_GET_CC(td_flags);
970 cc = OHCI_TD_GET_CC(td_flags);

Completed in 94 milliseconds