Home
last modified time | relevance | path

Searched refs:dma_pool (Results 1 – 2 of 2) sorted by relevance

/components/drivers/dma/
A DSConscript11 src = ['dma.c', 'dma_pool.c']
A Ddma_pool.c176 struct rt_dma_pool *dma_pool; in ofw_device_dma_ops() local
209 if (!(dma_pool = dma_pool_install(&region))) in ofw_device_dma_ops()
216 dma_pool->flags |= RT_DMA_F_NOMAP; in ofw_device_dma_ops()
221 dma_pool->flags |= RT_DMA_F_NOCACHE; in ofw_device_dma_ops()
224 dma_pool->dev = dev; in ofw_device_dma_ops()

Completed in 4 milliseconds