Searched refs:RT_DMA_F_NOMAP (Results 1 – 2 of 2) sorted by relevance
216 dma_pool->flags |= RT_DMA_F_NOMAP; in ofw_device_dma_ops()337 if ((flags & RT_DMA_F_NOMAP) && !((pool->flags & RT_DMA_F_NOMAP))) in dma_alloc()354 if (*dma_handle && !(flags & RT_DMA_F_NOMAP)) in dma_alloc()
190 #define RT_DMA_F_NOMAP RT_BIT(4) macro
Completed in 5 milliseconds