Searched refs:pci_probe (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dcommon.c20 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | variable
141 pci_probe |= PCI_ASSIGN_ALL_BUSSES;
338 if ((pci_probe & PCI_BIOS_SORT) && !(pci_probe & PCI_NO_SORT))
349 pci_probe = 0;
360 pci_probe = PCI_PROBE_BIOS;
363 pci_probe &= ~PCI_PROBE_BIOS;
366 pci_probe |= PCI_NO_SORT;
369 pci_probe |= PCI_BIOS_IRQ_SCAN;
378 pci_probe
[all...]
H A Dvisws.c94 pci_probe = (pci_probe | PCI_PROBE_CONF1) &
H A Dearly.c57 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) ==
H A Dpcbios.c146 pci_probe &= ~PCI_PROBE_CONF1;
148 pci_probe &= ~PCI_PROBE_CONF2;
486 if ((pci_probe & PCI_PROBE_BIOS)
488 pci_probe |= PCI_BIOS_SORT;
H A Dpci.h30 extern unsigned int pci_probe;
H A Ddirect.c194 if (pci_probe & PCI_NO_CHECKS)
272 if ((pci_probe & PCI_PROBE_CONF1) == 0)
283 if ((pci_probe & PCI_PROBE_CONF2) == 0)
H A Dmmconfig-shared.c250 if ((pci_probe & PCI_PROBE_MMCONF) == 0)
271 pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF;
H A Dirq.c852 if ( pci_probe & PCI_USE_PIRQ_MASK) newirq = 0;
874 ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask)) ) {
910 (!(pci_probe & PCI_USE_PIRQ_MASK) || \
1046 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN))
1137 } else if (pci_probe & PCI_BIOS_IRQ_SCAN)
H A Di386.c159 if (!(pci_probe & PCI_ASSIGN_ROMS)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mb93090-mb00/
H A Dpci-frv.h27 extern unsigned int __nongpreldata pci_probe;
H A Dpci-vdk.c27 unsigned int __nongpreldata pci_probe = 1; variable
424 if (!pci_probe)
451 pci_probe = 0;
H A Dpci-frv.c154 if (pci_probe & PCI_ASSIGN_ROMS) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dops-sh4.c107 static unsigned int pci_probe = PCI_PROBE_CONF1; variable
114 if (pci_probe & PCI_PROBE_CONF1) {
159 pci_probe = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dpci.c26 unsigned int pci_probe = PCI_ASSIGN_ALL_BUSSES; variable
138 return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata.c22 * pp:[y|n] pci_probe=[1|0]
64 * pp:[y|n] pci_probe=[1|0] CONFIG_PCI defined
69 * + If pci_probe is in effect and a list of I/O ports is specified
918 static int pci_probe = 1; variable
920 static int pci_probe = 0; variable
1392 YESNO(pci_probe));
1497 pci_probe = val;
1590 if (pci_probe) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-ohci.c1718 pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) function
1909 .probe = pci_probe,

Completed in 100 milliseconds