Searched refs:DWC3_EP0_BOUNCE_SIZE (Results 1 – 3 of 3) sorted by relevance
843 if (ur->length > DWC3_EP0_BOUNCE_SIZE) { in dwc3_ep0_complete_data()983 if (req->request.length > DWC3_EP0_BOUNCE_SIZE) { in __dwc3_ep0_do_control_data()
2840 dwc->setup_buf = kzalloc(DWC3_EP0_BOUNCE_SIZE, GFP_KERNEL); in dwc3_gadget_init()2847 DWC3_EP0_BOUNCE_SIZE, &dwc->ep0_bounce_addr, in dwc3_gadget_init()2917 dma_free_coherent(dwc->dev, DWC3_EP0_BOUNCE_SIZE, in dwc3_gadget_init()2943 dma_free_coherent(dwc->dev, DWC3_EP0_BOUNCE_SIZE, in dwc3_gadget_exit()
41 #define DWC3_EP0_BOUNCE_SIZE 512 macro