Home
last modified time | relevance | path

Searched refs:XHCI_TRB_0_DIR_IN_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/usr.sbin/bhyve/
H A Dpci_xhci.h218 #define XHCI_TRB_0_DIR_IN_MASK (0x80ULL << 0) macro
/freebsd-src/sys/dev/usb/controller/
H A Dxhci.h230 #define XHCI_TRB_0_DIR_IN_MASK (0x80ULL << 0) macro
H A Dxhci.c1781 htole64(XHCI_TRB_0_DIR_IN_MASK)) in xhci_setup_generic_chain_sub()