Searched refs:PCI_PROBE_CONF1 (Results 1 – 5 of 5) sorted by relevance
56 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == in early_pci_allowed()57 PCI_PROBE_CONF1; in early_pci_allowed()
24 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |545 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
285 if ((pci_probe & PCI_PROBE_CONF1) == 0) in pci_direct_probe()
174 pci_probe &= ~PCI_PROBE_CONF1; in check_pcibios()
26 #define PCI_PROBE_CONF1 0x0002 macro