Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
Dsetup.c52 coherentio = IO_COHERENCE_ENABLED; in plat_mem_setup()
57 coherentio = IO_COHERENCE_DISABLED; in plat_mem_setup()
62 coherentio = IO_COHERENCE_DISABLED; in plat_mem_setup()
/kernel/linux/linux-5.10/arch/mips/mti-malta/
Dmalta-setup.c134 if (coherentio == IO_COHERENCE_DISABLED) in plat_setup_iocoherency()
139 if (coherentio == IO_COHERENCE_ENABLED) in plat_setup_iocoherency()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dsetup.c811 enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT; variable
812 EXPORT_SYMBOL_GPL(coherentio);
817 coherentio = IO_COHERENCE_ENABLED; in setcoherentio()
825 coherentio = IO_COHERENCE_DISABLED; in setnocoherentio()
/kernel/linux/linux-5.10/arch/mips/pci/
Dpci-alchemy.c434 (coherentio == IO_COHERENCE_DISABLED)) { in alchemy_pci_probe()
/kernel/linux/linux-5.10/arch/mips/mm/
Dc-r4k.c1919 if (coherentio == IO_COHERENCE_ENABLED || in r4k_cache_init()
1920 (coherentio == IO_COHERENCE_DEFAULT && hw_coherentio)) { in r4k_cache_init()