Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Ddma-coherence.h13 extern int coherentio;
17 #define coherentio 1 macro
19 #define coherentio 0 macro
/linux-4.1.27/arch/mips/alchemy/common/
Dsetup.c51 coherentio = 1; in plat_mem_setup()
56 coherentio = 0; in plat_mem_setup()
61 coherentio = 0; in plat_mem_setup()
/linux-4.1.27/arch/mips/pistachio/
Dinit.c43 if (coherentio == 0) in plat_setup_iocoherency()
48 if (coherentio == 1) in plat_setup_iocoherency()
/linux-4.1.27/arch/mips/mm/
Ddma-default.c28 int coherentio = 0; /* User defined DMA coherency from command line. */ variable
29 EXPORT_SYMBOL_GPL(coherentio);
34 coherentio = 1; in setcoherentio()
42 coherentio = 0; in setnocoherentio()
Dc-r4k.c1696 if (coherentio) { in r4k_cache_init()
/linux-4.1.27/arch/mips/mti-malta/
Dmalta-setup.c148 if (coherentio == 0) in plat_setup_iocoherency()
153 if (coherentio == 1) in plat_setup_iocoherency()
/linux-4.1.27/arch/mips/include/asm/mach-generic/
Ddma-coherence.h52 return coherentio; in plat_device_is_coherent()
/linux-4.1.27/arch/mips/pci/
Dpci-alchemy.c432 (read_c0_prid() < 0x01030202) && !coherentio) { in alchemy_pci_probe()