Searched refs:RT_DMA_F_NOCACHE (Results 1 – 3 of 3) sorted by relevance
188 #define RT_DMA_F_NOCACHE RT_BIT(2) 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()
129 if (flags & RT_DMA_F_NOCACHE) in ofw_dma_map_sync_out_data()152 if (flags & RT_DMA_F_NOCACHE) in ofw_dma_map_sync_in_data()221 dma_pool->flags |= RT_DMA_F_NOCACHE; in ofw_device_dma_ops()356 if (flags & RT_DMA_F_NOCACHE) in dma_alloc()
788 return RT_DMA_F_NOCACHE | RT_DMA_F_LINEAR; in nvme_queue_dma_flags()
Completed in 7 milliseconds