Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddma.h186 #define RT_DMA_F_LINEAR RT_BIT(0) macro
204 RT_DMA_F_NOCACHE | RT_DMA_F_LINEAR); in rt_dma_alloc_coherent()
211 RT_DMA_F_NOCACHE | RT_DMA_F_LINEAR); in rt_dma_free_coherent()
/components/drivers/dma/
A Ddma_pool.c347 if ((flags & RT_DMA_F_LINEAR) && !((pool->flags & RT_DMA_F_LINEAR))) in dma_alloc()
523 pool->flags |= RT_DMA_F_LINEAR; in dma_pool_install()
/components/drivers/nvme/
A Dnvme.c788 return RT_DMA_F_NOCACHE | RT_DMA_F_LINEAR; in nvme_queue_dma_flags()

Completed in 9 milliseconds