Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h118 #define XHCI_EPCTX_0_MAXP_STREAMS_SET(x) (((x) & 0x1F) << 10) macro
H A Dxhci.c2373 XHCI_EPCTX_0_MAXP_STREAMS_SET(XHCI_MAX_STREAMS_LOG - 1) | in xhci_configure_endpoint()
2380 XHCI_EPCTX_0_MAXP_STREAMS_SET(0) | in xhci_configure_endpoint()