Searched refs:XHCI_EPCTX_0_MULT_SET (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | xhci.h | 126 #define XHCI_EPCTX_0_MULT_SET(x) (((x) & 0x3) << 8) macro |
D | xhci.c | 2378 temp |= XHCI_EPCTX_0_MULT_SET(mult - 1); in xhci_configure_endpoint() |