Home
last modified time | relevance | path

Searched refs:DWC3_EP0_BOUNCE_SIZE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c820 if (ur->length > DWC3_EP0_BOUNCE_SIZE) { in dwc3_ep0_complete_data()
837 dwc3_flush_cache((uintptr_t)dwc->ep0_bounce, DWC3_EP0_BOUNCE_SIZE); in dwc3_ep0_complete_data()
956 if (req->request.length > DWC3_EP0_BOUNCE_SIZE) { in __dwc3_ep0_do_control_data()
H A Dcore.h30 #define DWC3_EP0_BOUNCE_SIZE 512 macro
H A Dgadget.c2606 DWC3_EP0_BOUNCE_SIZE); in dwc3_gadget_init()
2612 dwc->ep0_bounce = dma_alloc_coherent(DWC3_EP0_BOUNCE_SIZE, in dwc3_gadget_init()