Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Ddma-coherence.h22 extern int hw_coherentio;
29 #define hw_coherentio 0 macro
/Linux-v4.19/arch/mips/alchemy/common/
Dsetup.c50 hw_coherentio = 0; in plat_mem_setup()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-setup.c142 hw_coherentio = supported; in plat_enable_iocoherency()
/Linux-v4.19/arch/mips/mm/
Ddma-noncoherent.c28 return hw_coherentio; in dev_is_coherent()
Dc-r4k.c1963 ((coherentio == IO_COHERENCE_DEFAULT) && hw_coherentio)) {
/Linux-v4.19/arch/mips/kernel/
Dsetup.c1082 int hw_coherentio = 0; /* Actual hardware supported DMA coherency setting. */ variable