Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/pci/
H A Dcommon.c24 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | variable
85 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; in can_skip_ioresource_align()
133 if (pci_probe & PCI_NOASSIGN_BARS) { in pcibios_fixup_device_resources()
148 if (pci_probe & PCI_NOASSIGN_ROMS) { in pcibios_fixup_device_resources()
220 pci_probe |= PCI_ASSIGN_ALL_BUSSES; in assign_all_busses()
519 pci_probe = 0; in pcibios_setup()
530 pci_probe = PCI_PROBE_BIOS; in pcibios_setup()
533 pci_probe &= ~PCI_PROBE_BIOS; in pcibios_setup()
536 pci_probe |= PCI_BIOS_IRQ_SCAN; in pcibios_setup()
545 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
[all …]
H A Ddirect.c200 if (pci_probe & PCI_NO_CHECKS) in pci_sanity_check()
273 if (!(pci_probe & PCI_HAS_IO_ECS)) in pci_direct_init()
285 if ((pci_probe & PCI_PROBE_CONF1) == 0) in pci_direct_probe()
298 if ((pci_probe & PCI_PROBE_CONF2) == 0) in pci_direct_probe()
H A Dacpi.c232 if (pci_probe & PCI_ROOT_NO_CRS) in pci_acpi_crs_quirks()
234 else if (pci_probe & PCI_USE__CRS) in pci_acpi_crs_quirks()
242 if (pci_probe & PCI_NO_E820) in pci_acpi_crs_quirks()
244 else if (pci_probe & PCI_USE_E820) in pci_acpi_crs_quirks()
249 if (pci_probe & (PCI_NO_E820 | PCI_USE_E820)) in pci_acpi_crs_quirks()
409 if (!(pci_probe & PCI_PROBE_MMCONF)) in setup_mcfg_map()
H A Dmmconfig-shared.c197 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in pci_mmcfg_amd_fam10h()
714 pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; in __pci_mmcfg_init()
725 if (pci_probe & PCI_PROBE_MMCONF) { in pci_mmcfg_early_init()
739 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in pci_mmcfg_late_init()
746 if (pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF) { in pci_mmcfg_late_init()
759 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in pci_mmcfg_late_insert_resources()
789 if (!(pci_probe & PCI_PROBE_MMCONF) || pci_mmcfg_arch_init_failed) in pci_mmconfig_insert()
H A Dpcbios.c174 pci_probe &= ~PCI_PROBE_CONF1; in check_pcibios()
176 pci_probe &= ~PCI_PROBE_CONF2; in check_pcibios()
424 if ((pci_probe & PCI_PROBE_BIOS) in pci_pcbios_init()
H A Di386.c135 if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
359 if (!(pci_probe & PCI_ASSIGN_ROMS)) in pcibios_assign_resources()
384 if (!(pci_probe & PCI_ASSIGN_ROMS)) in pcibios_resource_survey_bus()
H A Dinit.c16 if (!(pci_probe & PCI_PROBE_NOEARLY)) in pci_arch_init()
H A Dearly.c56 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == in early_pci_allowed()
H A Dirq.c1461 if (pci_probe & PCI_USE_PIRQ_MASK) in pcibios_lookup_irq()
1483 ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask))) { in pcibios_lookup_irq()
1529 (!(pci_probe & PCI_USE_PIRQ_MASK) || \ in pcibios_lookup_irq()
1656 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) { in pcibios_irq_init()
1771 } else if (pci_probe & PCI_BIOS_IRQ_SCAN) in pirq_enable_irq()
H A Damd_bus.c395 pci_probe |= PCI_HAS_IO_ECS; in pci_io_ecs_init()
H A Dfixup.c703 if (!(pci_probe & PCI_BIG_ROOT_WINDOW)) in pci_amd_enable_64bit_bar()
/openbmc/linux/arch/x86/kernel/
H A Dmmconf-fam10h_64.c176 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in fam10h_check_enable_mmcfg()
206 pci_probe &= ~PCI_CHECK_ENABLE_AMD_MMCONF; in fam10h_check_enable_mmcfg()
220 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF; in set_check_enable_amd_mmconf()
H A Djailhouse.c259 pci_probe = 0; in jailhouse_init_platform()
/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.h48 extern unsigned int pci_probe;
/openbmc/linux/drivers/xen/
H A Dpci.c226 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in xen_mcfg_late()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1502 pci_probe &= ~PCI_PROBE_BIOS; in xen_start_kernel()
/openbmc/linux/drivers/firewire/
H A Dohci.c3628 static int pci_probe(struct pci_dev *dev, in pci_probe() function
3879 .probe = pci_probe,