Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c862 if (!pci_has_flag(PCI_ENABLE_PROC_DOMAINS)) in pci_proc_domain()
864 if (pci_has_flag(PCI_COMPAT_DOMAIN_0)) in pci_proc_domain()
907 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC) || in pcibios_fixup_resources()
910 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) in pcibios_fixup_resources()
944 if (pci_has_flag(PCI_PROBE_ONLY)) in pcibios_uninitialized_bridge_resource()
1016 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_fixup_bridge()
1116 if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
1422 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_resource_survey()
1431 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
1439 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
[all …]
H A Dpci_32.c262 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pcibios_init()
/openbmc/linux/arch/alpha/kernel/
H A 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()
297 if (pci_has_flag(PCI_PROBE_ONLY) || in pcibios_claim_one_bus()
/openbmc/linux/arch/mips/pci/
H A Dpci-legacy.c85 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()
123 if (pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scanbus()
293 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
/openbmc/linux/arch/arm64/include/asm/
H A Dpci.h17 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/openbmc/linux/arch/arm/include/asm/
H A Dpci.h13 #define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS)
/openbmc/linux/drivers/pci/controller/
H A Dpci-host-common.c77 if (!pci_has_flag(PCI_PROBE_ONLY)) in pci_host_common_probe()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpci.h39 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/openbmc/linux/arch/arm/kernel/
H A Dbios32.c514 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_common_init_dev()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpci.c949 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pmac_pci_init()
/openbmc/linux/drivers/pci/
H A Dprobe.c2650 if (pci_has_flag(PCI_SCAN_ALL_PCIE_DEVS)) in only_one_child()
3088 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_host_probe()
H A Dpci.c6710 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_specified_resource_alignment()
/openbmc/linux/include/linux/
H A Dpci.h1065 static inline int pci_has_flag(int flag) { return pci_flags & flag; } in pci_has_flag() function
1930 static inline int pci_has_flag(int flag) { return 0; } in pci_has_flag() function