Home
last modified time | relevance | path

Searched refs:PCI_PROBE_CONF1 (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dpci-sh7751.c32 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()
Dpci-v320usc.h30 #define PCI_PROBE_CONF1 2
/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-pc.c30 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()
Dpci-x86_64.h16 #define PCI_PROBE_CONF1 0x0002 macro
/linux-2.4.37.9/arch/i386/kernel/
Dpci-i386.h16 #define PCI_PROBE_CONF1 0x0002 macro
Dpci-pc.c23 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()
/linux-2.4.37.9/include/asm-sh/
Dpci-sh7751.h28 #define PCI_PROBE_CONF1 2 macro