Home
last modified time | relevance | path

Searched refs:PCI_PROBE_CONF2 (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-pc.c30 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()
Dpci-x86_64.h17 #define PCI_PROBE_CONF2 0x0004 macro
/linux-2.4.37.9/arch/i386/kernel/
Dpci-i386.h17 #define PCI_PROBE_CONF2 0x0004 macro
Dpci-pc.c23 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()
/linux-2.4.37.9/arch/sh/kernel/
Dpci-v320usc.h31 #define PCI_PROBE_CONF2 4
/linux-2.4.37.9/include/asm-sh/
Dpci-sh7751.h29 #define PCI_PROBE_CONF2 4 macro