Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h245 #define XHCI_TRB_3_IDT_BIT (1U << 6) macro
H A Dpci_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/sys/dev/usb/controller/
H A Dxhci.h256 #define XHCI_TRB_3_IDT_BIT (1U << 6) macro