Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDxhci.h116 #define XHCI_EPCTX_0_MULT_SET(x) (((x) & 0x3) << 8) macro
HDxhci.c2409 temp |= XHCI_EPCTX_0_MULT_SET(mult - 1); in xhci_configure_endpoint()