Searched refs:coherentio (Results 1 – 7 of 7) sorted by relevance
21 extern enum coherent_io_user_state coherentio;25 #define coherentio IO_COHERENCE_DISABLED macro27 #define coherentio IO_COHERENCE_ENABLED macro
51 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()
149 if (coherentio == IO_COHERENCE_DISABLED) in plat_setup_iocoherency()154 if (coherentio == IO_COHERENCE_ENABLED) in plat_setup_iocoherency()
1080 enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT; variable1081 EXPORT_SYMBOL_GPL(coherentio);1086 coherentio = IO_COHERENCE_ENABLED; in setcoherentio()1094 coherentio = IO_COHERENCE_DISABLED; in setnocoherentio()
25 switch (coherentio) { in dev_is_coherent()
1962 if ((coherentio == IO_COHERENCE_ENABLED) ||1963 ((coherentio == IO_COHERENCE_DEFAULT) && hw_coherentio)) {
434 (coherentio == IO_COHERENCE_DISABLED)) { in alchemy_pci_probe()