Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
Ddma-coherence.h22 extern int hw_coherentio;
27 (coherentio == IO_COHERENCE_DEFAULT && hw_coherentio); in dev_is_dma_coherent()
35 #define hw_coherentio 0 macro
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
Dsetup.c51 hw_coherentio = 0; in plat_mem_setup()
/kernel/linux/linux-5.10/arch/mips/mti-malta/
Dmalta-setup.c127 hw_coherentio = supported; in plat_enable_iocoherency()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dsetup.c813 int hw_coherentio; /* Actual hardware supported DMA coherency setting. */ variable
/kernel/linux/linux-5.10/arch/mips/mm/
Dc-r4k.c1920 (coherentio == IO_COHERENCE_DEFAULT && hw_coherentio)) { in r4k_cache_init()