Home
last modified time | relevance | path

Searched refs:pci_has_flag (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dpci-common.c773 if (!pci_has_flag(PCI_ENABLE_PROC_DOMAINS)) in pci_proc_domain()
775 if (pci_has_flag(PCI_COMPAT_DOMAIN_0)) in pci_proc_domain()
817 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC) || in pcibios_fixup_resources()
818 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) { in pcibios_fixup_resources()
820 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) in pcibios_fixup_resources()
854 if (pci_has_flag(PCI_PROBE_ONLY)) in pcibios_uninitialized_bridge_resource()
926 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_fixup_bridge()
1053 if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
1359 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_resource_survey()
1368 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
[all …]
Dpci_32.c237 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pcibios_init()
/Linux-v4.19/arch/alpha/kernel/
Dpci.c215 if (!alpha_using_srm || pci_has_flag(PCI_PROBE_ONLY)) in pdev_save_srm_config()
242 if (pci_has_flag(PCI_PROBE_ONLY)) in pci_restore_srm_config()
258 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
298 if (pci_has_flag(PCI_PROBE_ONLY) || in pcibios_claim_one_bus()
/Linux-v4.19/arch/mips/pci/
Dpci-legacy.c88 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()
127 if (pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scanbus()
296 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
/Linux-v4.19/arch/arm64/include/asm/
Dpci.h19 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/Linux-v4.19/arch/arm/include/asm/
Dpci.h13 #define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS)
/Linux-v4.19/arch/powerpc/include/asm/
Dpci.h43 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/Linux-v4.19/drivers/pci/controller/
Dpci-host-common.c87 if (!pci_has_flag(PCI_PROBE_ONLY)) in pci_host_common_probe()
Dpci-mvebu.c1221 if (pci_has_flag(PCI_PROBE_ONLY)) { in mvebu_pci_host_probe()
/Linux-v4.19/arch/arm/kernel/
Dbios32.c545 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_common_init_dev()
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dpci.c952 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pmac_pci_init()
/Linux-v4.19/include/linux/
Dpci.h860 static inline int pci_has_flag(int flag) { return pci_flags & flag; } in pci_has_flag() function
1601 static inline int pci_has_flag(int flag) { return 0; } in pci_has_flag() function
/Linux-v4.19/drivers/pci/
Dprobe.c2491 if (pci_has_flag(PCI_SCAN_ALL_PCIE_DEVS)) in only_one_child()
2946 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_host_probe()
Dpci.c5774 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_specified_resource_alignment()