dma_default_coherent
if (!dma_default_coherent)
if (!dma_default_coherent)
dma_default_coherent = alchemy_dma_coherent();
dma_default_coherent = true;
dma_default_coherent = false;
dma_default_coherent = true;
dma_default_coherent = !eirq_source->dma_noncoherent;
pr_info("Firmware: Coherent DMA: %s\n", str_on_off(dma_default_coherent));
dma_default_coherent = true;
dma_default_coherent = true;
if (dma_default_coherent)
read_c0_prid() < 0x01030202 && !dma_default_coherent) {
dev->dma_coherent = dma_default_coherent;
return dma_default_coherent;
extern bool dma_default_coherent;
bool dma_default_coherent = IS_ENABLED(CONFIG_ARCH_DMA_DEFAULT_COHERENT);