Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
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()
906 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC) || in pcibios_fixup_resources()
907 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) { in pcibios_fixup_resources()
909 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) in pcibios_fixup_resources()
943 if (pci_has_flag(PCI_PROBE_ONLY)) in pcibios_uninitialized_bridge_resource()
1015 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_fixup_bridge()
1115 if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
1421 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_resource_survey()
1430 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
[all …]
Dpci_32.c257 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pcibios_init()
/linux-6.1.9/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-6.1.9/arch/mips/pci/
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()
294 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
/linux-6.1.9/arch/arm64/include/asm/
Dpci.h17 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux-6.1.9/arch/arm/include/asm/
Dpci.h13 #define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS)
/linux-6.1.9/drivers/pci/controller/
Dpci-host-common.c77 if (!pci_has_flag(PCI_PROBE_ONLY)) in pci_host_common_probe()
/linux-6.1.9/arch/powerpc/include/asm/
Dpci.h39 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux-6.1.9/arch/arm/kernel/
Dbios32.c516 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_common_init_dev()
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dpci.c949 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pmac_pci_init()
/linux-6.1.9/include/linux/
Dpci.h1054 static inline int pci_has_flag(int flag) { return pci_flags & flag; } in pci_has_flag() function
1769 static inline int pci_has_flag(int flag) { return 0; } in pci_has_flag() function
/linux-6.1.9/drivers/pci/
Dprobe.c2626 if (pci_has_flag(PCI_SCAN_ALL_PCIE_DEVS)) in only_one_child()
3064 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_host_probe()
Dpci.c6524 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_specified_resource_alignment()