Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h126 #define XHCI_EPCTX_0_MULT_SET(x) (((x) & 0x3) << 8) macro
Dxhci.c2378 temp |= XHCI_EPCTX_0_MULT_SET(mult - 1); in xhci_configure_endpoint()