Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/pci/
Dcommon.c22 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | variable
83 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; in can_skip_ioresource_align()
131 if (pci_probe & PCI_NOASSIGN_BARS) { in pcibios_fixup_device_resources()
146 if (pci_probe & PCI_NOASSIGN_ROMS) { in pcibios_fixup_device_resources()
218 pci_probe |= PCI_ASSIGN_ALL_BUSSES; in assign_all_busses()
517 pci_probe = 0; in pcibios_setup()
528 pci_probe = PCI_PROBE_BIOS; in pcibios_setup()
531 pci_probe &= ~PCI_PROBE_BIOS; in pcibios_setup()
534 pci_probe |= PCI_BIOS_IRQ_SCAN; in pcibios_setup()
543 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
[all …]
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()
Dmmconfig-shared.c195 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in pci_mmcfg_amd_fam10h()
652 pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; in __pci_mmcfg_init()
663 if (pci_probe & PCI_PROBE_MMCONF) { in pci_mmcfg_early_init()
677 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in pci_mmcfg_late_init()
684 if (pci_probe & PCI_PROBE_MASK & ~PCI_PROBE_MMCONF) { in pci_mmcfg_late_init()
697 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in pci_mmcfg_late_insert_resources()
727 if (!(pci_probe & PCI_PROBE_MMCONF) || pci_mmcfg_arch_init_failed) in pci_mmconfig_insert()
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()
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()
Dacpi.c154 if (pci_probe & PCI_ROOT_NO_CRS) in pci_acpi_crs_quirks()
156 else if (pci_probe & PCI_USE__CRS) in pci_acpi_crs_quirks()
206 if (!(pci_probe & PCI_PROBE_MMCONF)) in setup_mcfg_map()
Dinit.c17 if (!(pci_probe & PCI_PROBE_NOEARLY)) in pci_arch_init()
Dearly.c56 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == in early_pci_allowed()
Dirq.c947 if (pci_probe & PCI_USE_PIRQ_MASK) in pcibios_lookup_irq()
969 ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask))) { in pcibios_lookup_irq()
1007 (!(pci_probe & PCI_USE_PIRQ_MASK) || \ in pcibios_lookup_irq()
1132 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) in pcibios_irq_init()
1243 } else if (pci_probe & PCI_BIOS_IRQ_SCAN) in pirq_enable_irq()
Damd_bus.c386 pci_probe |= PCI_HAS_IO_ECS; in pci_io_ecs_init()
Dfixup.c675 if (!(pci_probe & PCI_BIG_ROOT_WINDOW)) in pci_amd_enable_64bit_bar()
/Linux-v4.19/arch/x86/kernel/
Dmmconf-fam10h_64.c175 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in fam10h_check_enable_mmcfg()
205 pci_probe &= ~PCI_CHECK_ENABLE_AMD_MMCONF; in fam10h_check_enable_mmcfg()
219 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF; in set_check_enable_amd_mmconf()
Djailhouse.c191 pci_probe = 0; in jailhouse_init_platform()
/Linux-v4.19/arch/x86/include/asm/
Dpci_x86.h43 extern unsigned int pci_probe;
/Linux-v4.19/drivers/xen/
Dpci.c224 if ((pci_probe & PCI_PROBE_MMCONF) == 0) in xen_mcfg_late()
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1398 pci_probe &= ~PCI_PROBE_BIOS; in xen_start_kernel()
/Linux-v4.19/drivers/firewire/
Dohci.c3565 static int pci_probe(struct pci_dev *dev, in pci_probe() function
3871 .probe = pci_probe,