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

/freebsd-current/sys/dev/usb/controller/
H A Dohci.h126 #define OHCI_TD_GET_CC(x) ((x) >> 28) /* Condition Code */ macro
H A Dohci.c559 OHCI_TD_GET_CC(td_flags),
820 cc = OHCI_TD_GET_CC(td_flags);
963 cc = OHCI_TD_GET_CC(td_flags);

Completed in 102 milliseconds