Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/bhyve/
HDpci_xhci.h137 #define XHCI_EPCTX_0_LSA_SET(x) (((x) & 0x1) << 15) macro
/freebsd-head/sys/dev/usb/controller/
HDxhci.h134 #define XHCI_EPCTX_0_LSA_SET(x) (((x) & 0x1) << 15) macro
HDxhci.c2356 XHCI_EPCTX_0_LSA_SET(1); in xhci_configure_endpoint()
2363 XHCI_EPCTX_0_LSA_SET(0); in xhci_configure_endpoint()