PCI_PROBE_CONF2    20 arch/x86/pci/common.c unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
PCI_PROBE_CONF2   467 arch/x86/pci/common.c 		pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS;
PCI_PROBE_CONF2   297 arch/x86/pci/direct.c 	if ((pci_probe & PCI_PROBE_CONF2) == 0)
PCI_PROBE_CONF2   148 arch/x86/pci/pcbios.c 			pci_probe &= ~PCI_PROBE_CONF2;
PCI_PROBE_CONF2    99 arch/x86/pci/visws.c 		    ~(PCI_PROBE_BIOS | PCI_PROBE_CONF2);