Searched refs:PCI_PROBE_CONF1 (Results 1 – 7 of 7) sorted by relevance
32 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1;213 if (pci_probe & PCI_PROBE_CONF1) { in pci_check_direct()332 if (pci_probe & PCI_PROBE_CONF1 ) in pcibios_init()362 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
30 #define PCI_PROBE_CONF1 2
30 unsigned int pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_CONF2;373 if (pci_probe & PCI_PROBE_CONF1) { 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()651 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
16 #define PCI_PROBE_CONF1 0x0002 macro
23 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2;472 if (pci_probe & PCI_PROBE_CONF1) { in pci_check_direct()668 pci_probe &= ~PCI_PROBE_CONF1; in check_pcibios()1438 if ((pci_probe & (PCI_PROBE_CONF1 | PCI_PROBE_CONF2)) in pcibios_config_init()1521 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
28 #define PCI_PROBE_CONF1 2 macro