Home
last modified time | relevance | path

Searched refs:pci_probe (Results 1 – 21 of 21) sorted by relevance

/arch/x86/pci/
Dcommon.c19 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | variable
88 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; in can_skip_ioresource_align()
134 if (pci_probe & PCI_NOASSIGN_ROMS) { in pcibios_fixup_device_resources()
179 pci_probe |= PCI_ASSIGN_ALL_BUSSES; in assign_all_busses()
442 pci_probe = 0; in pcibios_setup()
453 pci_probe = PCI_PROBE_BIOS; in pcibios_setup()
456 pci_probe &= ~PCI_PROBE_BIOS; in pcibios_setup()
459 pci_probe |= PCI_BIOS_IRQ_SCAN; in pcibios_setup()
468 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
472 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; in pcibios_setup()
[all …]
Ddirect.c197 if (pci_probe & PCI_NO_CHECKS) in pci_sanity_check()
270 if (!(pci_probe & PCI_HAS_IO_ECS)) in pci_direct_init()
284 if ((pci_probe & PCI_PROBE_CONF1) == 0) in pci_direct_probe()
298 if ((pci_probe & PCI_PROBE_CONF2) == 0) in pci_direct_probe()
Dvisws.c79 pci_probe = (pci_probe | PCI_PROBE_CONF1) & in pci_visws_init()
Dmmconfig-shared.c109 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in pci_mmcfg_amd_fam10h()
410 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in __pci_mmcfg_init()
414 if (!early && !(pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF)) in __pci_mmcfg_init()
437 pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; in __pci_mmcfg_init()
464 (pci_probe & PCI_PROBE_MMCONF) == 0 || in pci_mmcfg_late_insert_resources()
Dinit.c15 if (!(pci_probe & PCI_PROBE_NOEARLY)) in pci_arch_init()
Dpcbios.c145 pci_probe &= ~PCI_PROBE_CONF1; in check_pcibios()
147 pci_probe &= ~PCI_PROBE_CONF2; in check_pcibios()
424 if ((pci_probe & PCI_PROBE_BIOS) in pci_pcbios_init()
Di386.c43 if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
202 if (!(pci_probe & PCI_ASSIGN_ROMS)) { in pcibios_assign_resources()
Dirq.c937 if (pci_probe & PCI_USE_PIRQ_MASK) in pcibios_lookup_irq()
959 ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask))) { in pcibios_lookup_irq()
997 (!(pci_probe & PCI_USE_PIRQ_MASK) || \ in pcibios_lookup_irq()
1163 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) in pcibios_irq_init()
1254 } else if (pci_probe & PCI_BIOS_IRQ_SCAN) in pirq_enable_irq()
Dearly.c62 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == in early_pci_allowed()
Dacpi.c220 if (bus && (pci_probe & PCI_USE__CRS)) in pci_acpi_scan_root()
Damd_bus.c610 pci_probe |= PCI_HAS_IO_ECS; in pci_io_ecs_init()
/arch/sh/drivers/pci/
Dops-sh4.c107 static unsigned int pci_probe = PCI_PROBE_CONF1; variable
114 if (pci_probe & PCI_PROBE_CONF1) { in sh4_pci_check_direct()
159 pci_probe = 0; in pcibios_setup()
/arch/frv/mb93090-mb00/
Dpci-frv.h25 extern unsigned int __nongpreldata pci_probe;
Dpci-vdk.c27 unsigned int __nongpreldata pci_probe = 1; variable
375 if (!pci_probe) in pcibios_init()
402 pci_probe = 0; in pcibios_setup()
Dpci-frv.c185 if (pci_probe & PCI_ASSIGN_ROMS) { in pcibios_assign_resources()
/arch/x86/kernel/
Dmmconf-fam10h_64.c182 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in fam10h_check_enable_mmcfg()
225 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF; in set_check_enable_amd_mmconf()
/arch/mn10300/unit-asb2305/
Dpci-asb2305.h30 extern unsigned int pci_probe;
Dpci.c23 unsigned int pci_probe = 1; variable
383 if (!pci_probe) in pcibios_init()
428 pci_probe = 0; in pcibios_setup()
Dpci-asb2305.c190 if (!(pci_probe & PCI_ASSIGN_ROMS)) { in pcibios_assign_resources()
/arch/x86/include/asm/
Dpci_x86.h33 extern unsigned int pci_probe;
/arch/mips/pci/
Dpci.c26 unsigned int pci_probe = PCI_ASSIGN_ALL_BUSSES; variable
230 return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0; in pcibios_assign_all_busses()