Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dep0.c838 dwc3_flush_cache((uintptr_t)dwc->ep0_bounce, DWC3_EP0_BOUNCE_SIZE); in dwc3_ep0_complete_data()
839 memcpy(buf, dwc->ep0_bounce, transferred); in dwc3_ep0_complete_data()
H A Dgadget.c2657 dwc->ep0_bounce = dma_alloc_coherent(DWC3_EP0_BOUNCE_SIZE, in dwc3_gadget_init()
2659 if (!dwc->ep0_bounce) { in dwc3_gadget_init()
2695 dma_free_coherent(dwc->ep0_bounce); in dwc3_gadget_init()
2718 dma_free_coherent(dwc->ep0_bounce); in dwc3_gadget_exit()
H A Dcore.h725 void *ep0_bounce; member