Searched refs:DWC3_DEPCFG_MAX_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
224 #define DWC3_DEPCFG_MAX_PACKET_SIZE(n) (((n) & 0x7ffU) << 3) macro1605 params.param0 = DWC3_DEPCFG_EP_TYPE(type) | DWC3_DEPCFG_MAX_PACKET_SIZE(max_packet); in dwc3_ep_configure()