Home
last modified time | relevance | path

Searched refs:EP_MAXPSTREAMS (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-gadget.h676 #define EP_MAXPSTREAMS(p) (((p) << 10) & EP_MAXPSTREAMS_MASK) macro
Dcdnsp-gadget.c754 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams) in cdnsp_setup_streams_ep_input_ctx()
/Linux-v6.1/drivers/usb/host/
Dxhci.h743 #define EP_MAXPSTREAMS(p) (((p) << 10) & EP_MAXPSTREAMS_MASK) macro
Dxhci-mem.c735 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams) in xhci_setup_streams_ep_input_ctx()