Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dpci_x86.h24 #define PCI_PROBE_CONF2 0x0004 macro
/Linux-v4.19/arch/x86/pci/
Ddirect.c298 if ((pci_probe & PCI_PROBE_CONF2) == 0) in pci_direct_probe()
Dcommon.c22 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
547 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; in pcibios_setup()
Dpcbios.c176 pci_probe &= ~PCI_PROBE_CONF2; in check_pcibios()