MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_dma_free_coherent

Function rt_dma_free_coherent

components/drivers/include/drivers/dma.h:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207rt_inline void rt_dma_free_coherent(struct rt_device *dev, rt_size_t size,
208 void *cpu_addr, rt_ubase_t dma_handle)
209{
210 rt_dma_free(dev, size, cpu_addr, dma_handle,
211 RT_DMA_F_NOCACHE | RT_DMA_F_LINEAR);
212}
213
214rt_err_t rt_dma_sync_out_data(struct rt_device *dev, void *data, rt_size_t size,
215 rt_ubase_t *dma_handle, rt_ubase_t flags);

Callers 3

dw_pcie_free_msiFunction · 0.85
rt_ahci_host_registerFunction · 0.85
rt_ahci_host_unregisterFunction · 0.85

Calls 1

rt_dma_freeFunction · 0.85

Tested by

no test coverage detected