Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h144 #define XHCI_EPCTX_1_EPTYPE_SET(x) (((x) & 0x7) << 3) macro
/freebsd/sys/dev/usb/controller/
H A Dxhci.h141 #define XHCI_EPCTX_1_EPTYPE_SET(x) (((x) & 0x7) << 3) macro
H A Dxhci.c2420 temp |= XHCI_EPCTX_1_EPTYPE_SET(4); in xhci_configure_endpoint()
2423 temp |= XHCI_EPCTX_1_EPTYPE_SET(1); in xhci_configure_endpoint()
2426 temp |= XHCI_EPCTX_1_EPTYPE_SET(2); in xhci_configure_endpoint()
2429 temp |= XHCI_EPCTX_1_EPTYPE_SET(3); in xhci_configure_endpoint()
2435 temp |= XHCI_EPCTX_1_EPTYPE_SET(4); in xhci_configure_endpoint()