Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/usb/controller/
HDohci.h113 #define OHCI_TD_DP_MASK 0x00180000 /* Direction / PID */ macro
HDohci.c1260 if ((temp->td_flags & htole32(OHCI_TD_DP_MASK)) == htole32(OHCI_TD_IN)) { in ohci_setup_standard_chain_sub()