Searched refs:PCI_PROBE_BIOS (Results 1 – 7 of 7) sorted by relevance
15 #define PCI_PROBE_BIOS 0x0001 macro
23 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2;1428 if ((pci_probe & PCI_PROBE_BIOS) in pcibios_config_init()1506 pci_probe = PCI_PROBE_BIOS; in pcibios_setup()1509 pci_probe &= ~PCI_PROBE_BIOS; in pcibios_setup()
643 pci_probe &= ~PCI_PROBE_BIOS; in pcibios_setup()
29 #define PCI_PROBE_BIOS 1
32 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1;
27 #define PCI_PROBE_BIOS 1 macro