Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h116 #define OHCI_TD_IN 0x00100000 macro
H A Dohci.c554 (td_flags & OHCI_TD_IN) ? "-IN" : "", in ohci_dump_td()
1260 if ((temp->td_flags & htole32(OHCI_TD_DP_MASK)) == htole32(OHCI_TD_IN)) { in ohci_setup_standard_chain_sub()
1454 temp.td_flags |= htole32(OHCI_TD_IN); in ohci_setup_standard_chain()
1508 temp.td_flags = htole32(OHCI_TD_IN | in ohci_setup_standard_chain()