Searched refs:XHCI_EPCTX_0_MAXP_STREAMS_GET (Results 1 – 2 of 2) sorted by relevance
163 #define XHCI_EPCTX_0_MAXP_STREAMS_GET(x) (((x) >> 10) & 0x1F) macro
1730 pstreams = XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0); in pci_xhci_init_ep()1800 if (XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0) > 0 && in pci_xhci_disable_ep()2437 if (XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0) == 0) in pci_xhci_cmd_reset_ep()2459 maxpstreams = XHCI_EPCTX_0_MAXP_STREAMS_GET(ep->dwEpCtx0); in pci_xhci_find_stream()2539 if (XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0) > 0) { in pci_xhci_cmd_set_tr()3005 if (XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0) != 0) { in pci_xhci_update_ep_ring()3408 if (XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0) != 0) { in pci_xhci_device_doorbell()
Completed in 13 milliseconds