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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dohci.h115 #define OHCI_TD_IN 0x00100000 macro
H A Dohci.c555 (td_flags & OHCI_TD_IN) ? "-IN" : "",
1269 if ((temp->td_flags & htole32(OHCI_TD_DP_MASK)) == htole32(OHCI_TD_IN)) {
1469 temp.td_flags |= htole32(OHCI_TD_IN);
1527 temp.td_flags = htole32(OHCI_TD_IN |

Completed in 63 milliseconds