Searched refs:RT_DMA_F_LINEAR (Results 1 – 3 of 3) sorted by relevance
186 #define RT_DMA_F_LINEAR RT_BIT(0) macro204 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()
347 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()
788 return RT_DMA_F_NOCACHE | RT_DMA_F_LINEAR; in nvme_queue_dma_flags()
Completed in 9 milliseconds