Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h133 #define XHCI_EPCTX_0_MULT_SET(x) (((x) & 0x3) << 8) macro
/freebsd/sys/dev/usb/controller/
H A Dxhci.h130 #define XHCI_EPCTX_0_MULT_SET(x) (((x) & 0x3) << 8) macro
H A Dxhci.c2391 temp |= XHCI_EPCTX_0_MULT_SET(mult - 1); in xhci_configure_endpoint()