Searched refs:PCI_PROBE_CONF2 (Results 1 – 6 of 6) sorted by relevance
30 unsigned int pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_CONF2;391 if (pci_probe & PCI_PROBE_CONF2) { in pci_check_direct()578 if ((pci_probe & (PCI_PROBE_CONF1 | PCI_PROBE_CONF2)) in pcibios_config_init()603 if (pci_probe & (PCI_PROBE_CONF1 | PCI_PROBE_CONF2)) in pcibios_init()655 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; in pcibios_setup()
17 #define PCI_PROBE_CONF2 0x0004 macro
23 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2;496 if (pci_probe & PCI_PROBE_CONF2) { in pci_check_direct()670 pci_probe &= ~PCI_PROBE_CONF2; in check_pcibios()1438 if ((pci_probe & (PCI_PROBE_CONF1 | PCI_PROBE_CONF2)) in pcibios_config_init()1525 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; in pcibios_setup()
31 #define PCI_PROBE_CONF2 4
29 #define PCI_PROBE_CONF2 4 macro