Searched refs:max_primary_streams (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Dxhci-mem.c713 u32 max_primary_streams; local
718 max_primary_streams = fls(stream_info->num_stream_ctxs) - 2;
720 1 << (max_primary_streams + 1));
722 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams)

Completed in 34 milliseconds