Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c786 if (!pci_has_flag(PCI_ENABLE_PROC_DOMAINS)) in pci_proc_domain()
788 if (pci_has_flag(PCI_COMPAT_DOMAIN_0)) in pci_proc_domain()
830 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC) || in pcibios_fixup_resources()
831 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) { in pcibios_fixup_resources()
833 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) in pcibios_fixup_resources()
867 if (pci_has_flag(PCI_PROBE_ONLY)) in pcibios_uninitialized_bridge_resource()
939 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_fixup_bridge()
1034 if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
1340 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) { in pcibios_resource_survey()
1349 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
[all …]
H A Dpci_32.c241 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pcibios_init()
/OK3568_Linux_fs/kernel/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()
298 if (pci_has_flag(PCI_PROBE_ONLY) || in pcibios_claim_one_bus()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-legacy.c85 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()
124 if (pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scanbus()
302 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpci.h18 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpci.h13 #define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS)
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-host-common.c75 if (!pci_has_flag(PCI_PROBE_ONLY)) in pci_host_common_probe()
H A Dpci-mvebu.c1046 if (pci_has_flag(PCI_PROBE_ONLY)) { in mvebu_pci_host_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpci.h40 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dbios32.c516 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_common_init_dev()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpci.c944 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pmac_pci_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h998 static inline int pci_has_flag(int flag) { return pci_flags & flag; } in pci_has_flag() function
1709 static inline int pci_has_flag(int flag) { return 0; } in pci_has_flag() function
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c2572 if (pci_has_flag(PCI_SCAN_ALL_PCIE_DEVS)) in only_one_child()
3023 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_host_probe()
H A Dpci.c6234 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_specified_resource_alignment()