Home
last modified time | relevance | path

Searched refs:PCI_PROBE_CONF2 (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/frv/mb93090-mb00/
Dpci-frv.h19 #define PCI_PROBE_CONF2 0x0004 macro
/linux-4.1.27/arch/mn10300/unit-asb2305/
Dpci-asb2305.h25 #define PCI_PROBE_CONF2 4 macro
/linux-4.1.27/arch/sh/drivers/pci/
Dpci-sh4.h17 #define PCI_PROBE_CONF2 4 macro
/linux-4.1.27/arch/x86/include/asm/
Dpci_x86.h21 #define PCI_PROBE_CONF2 0x0004 macro
/linux-4.1.27/arch/x86/pci/
Dcommon.c23 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
566 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; in pcibios_setup()
Ddirect.c298 if ((pci_probe & PCI_PROBE_CONF2) == 0) in pci_direct_probe()
Dpcbios.c170 pci_probe &= ~PCI_PROBE_CONF2; in check_pcibios()