Home
last modified time | relevance | path

Searched refs:dma_default_coherent (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/mti-malta/
H A Dmalta-setup.c101 dma_default_coherent = true; in plat_setup_iocoherency()
121 dma_default_coherent = true; in plat_setup_iocoherency()
126 if (dma_default_coherent) in plat_setup_iocoherency()
/linux/arch/mips/alchemy/common/
H A Dsetup.c66 dma_default_coherent = alchemy_dma_coherent(); in plat_mem_setup()
H A Ddbdma.c632 if (!dma_default_coherent) in au1xxx_dbdma_put_source()
695 if (!dma_default_coherent) in au1xxx_dbdma_put_dest()
/linux/include/linux/
H A Ddma-map-ops.h230 extern bool dma_default_coherent;
236 #define dma_default_coherent true macro
/linux/arch/mips/kernel/
H A Dsetup.c815 dma_default_coherent = true; in setcoherentio()
823 dma_default_coherent = false; in setnocoherentio()
/linux/arch/mips/pci/
H A Dpci-alchemy.c437 read_c0_prid() < 0x01030202 && !dma_default_coherent) { in alchemy_pci_probe()
/linux/kernel/dma/
H A Dmapping.c27 bool dma_default_coherent = IS_ENABLED(CONFIG_ARCH_DMA_DEFAULT_COHERENT); variable
/linux/drivers/base/
H A Dcore.c3174 dev->dma_coherent = dma_default_coherent; in device_initialize()