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

/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c16 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
101 dma_default_coherent = true;
121 dma_default_coherent = true;
126 if (dma_default_coherent)
/linux-master/arch/mips/alchemy/common/
H A Dsetup.c31 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
66 dma_default_coherent = alchemy_dma_coherent();
H A Ddbdma.c33 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
629 * logic on the cache eviction buffer. dma_default_coherent is set
632 if (!dma_default_coherent)
692 * logic on the cache eviction buffer. dma_default_coherent is set
695 if (!dma_default_coherent)
/linux-master/arch/mips/loongson64/
H A Denv.c154 dma_default_coherent = true;
156 dma_default_coherent = !eirq_source->dma_noncoherent;
159 pr_info("Firmware: Coherent DMA: %s\n", dma_default_coherent ? "on" : "off");
/linux-master/include/linux/
H A Ddma-map-ops.h262 extern bool dma_default_coherent;
268 #define dma_default_coherent true macro
/linux-master/arch/mips/kernel/
H A Dsetup.c818 dma_default_coherent = true;
826 dma_default_coherent = false;
/linux-master/arch/mips/pci/
H A Dpci-alchemy.c20 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
433 read_c0_prid() < 0x01030202 && !dma_default_coherent) {
/linux-master/kernel/dma/
H A Dmapping.c23 bool dma_default_coherent = IS_ENABLED(CONFIG_ARCH_DMA_DEFAULT_COHERENT); variable
/linux-master/drivers/of/
H A Daddress.c1020 bool is_coherent = dma_default_coherent;
/linux-master/drivers/base/
H A Dcore.c33 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
3205 dev->dma_coherent = dma_default_coherent;

Completed in 423 milliseconds