Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Ddma-coherence.h14 extern int hw_coherentio;
21 #define hw_coherentio 0 macro
/linux-4.1.27/arch/mips/alchemy/common/
Dsetup.c50 hw_coherentio = 0; in plat_mem_setup()
/linux-4.1.27/arch/mips/mm/
Ddma-default.c30 int hw_coherentio = 0; /* Actual hardware supported DMA coherency setting. */ variable
159 if (!hw_coherentio) in mips_dma_alloc_coherent()
188 if (!plat_device_is_coherent(dev) && !hw_coherentio) in mips_dma_free_coherent()
/linux-4.1.27/arch/mips/pistachio/
Dinit.c42 hw_coherentio = 1; in plat_setup_iocoherency()
/linux-4.1.27/arch/mips/mti-malta/
Dmalta-setup.c135 hw_coherentio = supported; in plat_enable_iocoherency()