Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Ddma-mapping.h20 static inline void dma_free_coherent(void *addr) in dma_free_coherent() function
/external/u-boot/arch/arm/include/asm/
Ddma-mapping.h20 static inline void dma_free_coherent(void *addr) in dma_free_coherent() function
/external/u-boot/drivers/usb/dwc3/
Dgadget.c354 dma_free_coherent(dep->trb_pool); in dwc3_free_trb_pool()
2622 dma_free_coherent(dwc->ep0_bounce); in dwc3_gadget_init()
2628 dma_free_coherent(dwc->ep0_trb); in dwc3_gadget_init()
2631 dma_free_coherent(dwc->ctrl_req); in dwc3_gadget_init()
2645 dma_free_coherent(dwc->ep0_bounce); in dwc3_gadget_exit()
2649 dma_free_coherent(dwc->ep0_trb); in dwc3_gadget_exit()
2651 dma_free_coherent(dwc->ctrl_req); in dwc3_gadget_exit()
Dcore.c98 dma_free_coherent(evt->buf); in dwc3_free_one_event_buffer()