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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dohci.h127 #define OHCI_TD_NOCC 0xf0000000 macro
H A Dohci.c1430 temp.td_flags = htole32(OHCI_TD_SETUP | OHCI_TD_NOCC |
1456 temp.td_flags = htole32(OHCI_TD_NOCC | OHCI_TD_NOINTR);
1525 OHCI_TD_NOCC | OHCI_TD_TOGGLE_1 | OHCI_TD_SET_DI(1));
1528 OHCI_TD_NOCC | OHCI_TD_TOGGLE_1 | OHCI_TD_SET_DI(1));

Completed in 109 milliseconds