Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.h251 #define XHCI_TRB_3_DCEP_BIT (1U << 9) macro
Dpci_xhci.c1016 if ((trb->dwTrb3 & XHCI_TRB_3_DCEP_BIT) != 0) { in pci_xhci_cmd_config_ep()
/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.h235 #define XHCI_TRB_3_DCEP_BIT (1U << 9) macro
Dxhci.c1540 temp |= XHCI_TRB_3_DCEP_BIT; in xhci_cmd_configure_ep()