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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.h114 #define OHCI_TD_OUT 0x00080000 macro
H A Dohci.c553 (td_flags & OHCI_TD_OUT) ? "-OUT" : "",
1470 temp.td_flags |= htole32(OHCI_TD_OUT);
1523 temp.td_flags = htole32(OHCI_TD_OUT |

Completed in 93 milliseconds