Lines Matching refs:dma_coherent
1084 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL;
1132 if (!dev->dma_coherent)
1149 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL;
1210 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC))
1312 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC))
1332 if (dev->dma_coherent)
1354 if (dev->dma_coherent)
1379 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC))
1420 if (!dev->dma_coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) {
1494 if (dev->dma_coherent || !iova)
1509 if (dev->dma_coherent || !iova)
1763 * Due to legacy code that sets the ->dma_coherent flag from a bus
1764 * notifier we can't just assign coherent to the ->dma_coherent flag
1769 dev->dma_coherent = true;