Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Ddma-coherence.h21 extern enum coherent_io_user_state coherentio;
26 return coherentio == IO_COHERENCE_ENABLED || in dev_is_dma_coherent()
27 (coherentio == IO_COHERENCE_DEFAULT && hw_coherentio); in dev_is_dma_coherent()
31 #define coherentio IO_COHERENCE_DISABLED macro
33 #define coherentio IO_COHERENCE_ENABLED macro
/Linux-v5.4/arch/mips/alchemy/common/
Dsetup.c51 coherentio = IO_COHERENCE_ENABLED; in plat_mem_setup()
56 coherentio = IO_COHERENCE_DISABLED; in plat_mem_setup()
61 coherentio = IO_COHERENCE_DISABLED; in plat_mem_setup()
/Linux-v5.4/arch/mips/mti-malta/
Dmalta-setup.c135 if (coherentio == IO_COHERENCE_DISABLED) in plat_setup_iocoherency()
140 if (coherentio == IO_COHERENCE_ENABLED) in plat_setup_iocoherency()
/Linux-v5.4/arch/mips/kernel/
Dsetup.c784 enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT; variable
785 EXPORT_SYMBOL_GPL(coherentio);
790 coherentio = IO_COHERENCE_ENABLED; in setcoherentio()
798 coherentio = IO_COHERENCE_DISABLED; in setnocoherentio()
/Linux-v5.4/arch/mips/pci/
Dpci-alchemy.c434 (coherentio == IO_COHERENCE_DISABLED)) { in alchemy_pci_probe()
/Linux-v5.4/arch/mips/mm/
Dc-r4k.c1876 if (coherentio == IO_COHERENCE_ENABLED || in r4k_cache_init()
1877 (coherentio == IO_COHERENCE_DEFAULT && hw_coherentio)) { in r4k_cache_init()