Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/mips/loongson64/
H A Denv.c160 dma_default_coherent = true; in prom_lefi_init_env()
162 dma_default_coherent = !eirq_source->dma_noncoherent; in prom_lefi_init_env()
165 pr_info("Firmware: Coherent DMA: %s\n", dma_default_coherent ? "on" : "off"); in prom_lefi_init_env()
/openbmc/linux/arch/mips/alchemy/common/
H A Dsetup.c68 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()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c832 dma_default_coherent = true; in setcoherentio()
840 dma_default_coherent = false; in setnocoherentio()
/openbmc/linux/include/linux/
H A Ddma-map-ops.h261 extern bool dma_default_coherent;
267 #define dma_default_coherent true macro
/openbmc/linux/arch/mips/pci/
H A Dpci-alchemy.c433 read_c0_prid() < 0x01030202 && !dma_default_coherent) { in alchemy_pci_probe()
/openbmc/linux/kernel/dma/
H A Dmapping.c23 bool dma_default_coherent = IS_ENABLED(CONFIG_ARCH_DMA_DEFAULT_COHERENT); variable
/openbmc/linux/drivers/of/
H A Daddress.c1066 bool is_coherent = dma_default_coherent; in of_dma_is_coherent()
/openbmc/linux/drivers/base/
H A Dcore.c3137 dev->dma_coherent = dma_default_coherent; in device_initialize()