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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dcommon.c20 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | variable
83 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN;
131 if (pci_probe & PCI_NOASSIGN_BARS) {
146 if (pci_probe & PCI_NOASSIGN_ROMS) {
194 pci_probe |= PCI_ASSIGN_ALL_BUSSES;
459 pci_probe = 0;
470 pci_probe = PCI_PROBE_BIOS;
473 pci_probe &= ~PCI_PROBE_BIOS;
476 pci_probe |= PCI_BIOS_IRQ_SCAN;
485 pci_probe
[all...]
H A Dinit.c16 if (!(pci_probe & PCI_PROBE_NOEARLY))
H A Dvisws.c76 pci_probe = (pci_probe | PCI_PROBE_CONF1) &
H A Ddirect.c197 if (pci_probe & PCI_NO_CHECKS)
271 if (!(pci_probe & PCI_HAS_IO_ECS))
285 if ((pci_probe & PCI_PROBE_CONF1) == 0)
299 if ((pci_probe & PCI_PROBE_CONF2) == 0)
H A Dpcbios.c146 pci_probe &= ~PCI_PROBE_CONF1;
148 pci_probe &= ~PCI_PROBE_CONF2;
425 if ((pci_probe & PCI_PROBE_BIOS)
H A Dmmconfig-shared.c179 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF))
587 if ((pci_probe & PCI_PROBE_MMCONF) == 0)
591 if (!early && !(pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF))
612 pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF;
639 (pci_probe & PCI_PROBE_MMCONF) == 0 ||
H A Di386.c44 if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) &&
182 if (!(pci_probe & PCI_ASSIGN_ROMS)) {
H A Dearly.c55 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) ==
H A Dacpi.c62 if (pci_probe & PCI_ROOT_NO_CRS)
64 else if (pci_probe & PCI_USE__CRS)
H A Dirq.c933 if (pci_probe & PCI_USE_PIRQ_MASK)
955 ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask))) {
993 (!(pci_probe & PCI_USE_PIRQ_MASK) || \
1110 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN))
1221 } else if (pci_probe & PCI_BIOS_IRQ_SCAN)
H A Damd_bus.c393 pci_probe |= PCI_HAS_IO_ECS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mb93090-mb00/
H A Dpci-frv.h25 extern unsigned int __nongpreldata pci_probe;
H A Dpci-vdk.c26 unsigned int __nongpreldata pci_probe = 1; variable
408 if (!pci_probe)
435 pci_probe = 0;
H A Dpci-frv.c147 if (pci_probe & PCI_ASSIGN_ROMS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.h30 extern unsigned int pci_probe;
H A Dpci-asb2305.c145 if (!(pci_probe & PCI_ASSIGN_ROMS)) {
H A Dpci.c23 unsigned int pci_probe = 1; variable
401 if (!pci_probe)
425 pci_probe = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci.c28 unsigned int pci_probe = PCI_ASSIGN_ALL_BUSSES; variable
182 return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmmconf-fam10h_64.c179 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF))
222 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpci_x86.h35 extern unsigned int pci_probe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
919 static int pci_probe = 1; variable
921 static int pci_probe = 0; variable
1393 YESNO(pci_probe));
1498 pci_probe = val;
1591 if (pci_probe) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c2817 static int __devinit pci_probe(struct pci_dev *dev, function
3049 .probe = pci_probe,

Completed in 296 milliseconds