Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Ddma-coherence.h21 extern enum coherent_io_user_state coherentio;
25 #define coherentio IO_COHERENCE_DISABLED macro
27 #define coherentio IO_COHERENCE_ENABLED macro
/Linux-v4.19/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-v4.19/arch/mips/mti-malta/
Dmalta-setup.c149 if (coherentio == IO_COHERENCE_DISABLED) in plat_setup_iocoherency()
154 if (coherentio == IO_COHERENCE_ENABLED) in plat_setup_iocoherency()
/Linux-v4.19/arch/mips/kernel/
Dsetup.c1080 enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT; variable
1081 EXPORT_SYMBOL_GPL(coherentio);
1086 coherentio = IO_COHERENCE_ENABLED; in setcoherentio()
1094 coherentio = IO_COHERENCE_DISABLED; in setnocoherentio()
/Linux-v4.19/arch/mips/mm/
Ddma-noncoherent.c25 switch (coherentio) { in dev_is_coherent()
Dc-r4k.c1962 if ((coherentio == IO_COHERENCE_ENABLED) ||
1963 ((coherentio == IO_COHERENCE_DEFAULT) && hw_coherentio)) {
/Linux-v4.19/arch/mips/pci/
Dpci-alchemy.c434 (coherentio == IO_COHERENCE_DISABLED)) { in alchemy_pci_probe()