Home
last modified time | relevance | path

Searched refs:XHCI_TRB_3_IDT_BIT (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/usr.sbin/bhyve/
HDpci_xhci.h245 #define XHCI_TRB_3_IDT_BIT (1U << 6) macro
HDpci_xhci.c1804 if ((trbflags & XHCI_TRB_3_IDT_BIT) == 0 || in pci_xhci_handle_transfer()
1836 (void *)(trbflags & XHCI_TRB_3_IDT_BIT ? in pci_xhci_handle_transfer()
/freebsd-head/sys/dev/usb/controller/
HDxhci.h256 #define XHCI_TRB_3_IDT_BIT (1U << 6) macro
HDxhci.c1775 XHCI_TRB_3_IDT_BIT | XHCI_TRB_3_CYCLE_BIT; in xhci_setup_generic_chain_sub()