Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h138 #define XHCI_EPCTX_0_LSA_GET(x) (((x) >> 15) & 0x1) macro
H A Dpci_xhci.c1199 if (XHCI_EPCTX_0_LSA_GET(ep->dwEpCtx0) == 0) { in pci_xhci_find_stream()
/freebsd/sys/dev/usb/controller/
H A Dxhci.h135 #define XHCI_EPCTX_0_LSA_GET(x) (((x) >> 15) & 0x1) macro