Home
last modified time | relevance | path

Searched refs:MACHINE_FLAG_PCI_MIO (Results 1 – 3 of 3) sorted by relevance

/arch/s390/include/asm/
Dsetup.h41 #define MACHINE_FLAG_PCI_MIO BIT(18) macro
117 #define MACHINE_HAS_PCI_MIO (S390_lowcore.machine_flags & MACHINE_FLAG_PCI_MIO)
/arch/s390/kernel/
Dearly.c242 S390_lowcore.machine_flags |= MACHINE_FLAG_PCI_MIO; in detect_machine_facilities()
/arch/s390/pci/
Dpci.c915 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()