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

/linux-master/arch/arm64/include/asm/
H A Dpci.h17 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux-master/arch/arm/include/asm/
H A Dpci.h13 #define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS)
/linux-master/arch/alpha/kernel/
H A Dpci.c215 if (!alpha_using_srm || pci_has_flag(PCI_PROBE_ONLY))
242 if (pci_has_flag(PCI_PROBE_ONLY))
258 if (pci_has_flag(PCI_PROBE_ONLY) && dev &&
297 if (pci_has_flag(PCI_PROBE_ONLY) ||
/linux-master/arch/powerpc/include/asm/
H A Dpci.h39 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux-master/drivers/pci/controller/
H A Dpci-host-common.c77 if (!pci_has_flag(PCI_PROBE_ONLY))
/linux-master/arch/mips/pci/
H A Dpci-legacy.c85 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY))
123 if (pci_has_flag(PCI_PROBE_ONLY)) {
293 if (pci_has_flag(PCI_PROBE_ONLY) && dev &&
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c861 if (!pci_has_flag(PCI_ENABLE_PROC_DOMAINS))
863 if (pci_has_flag(PCI_COMPAT_DOMAIN_0))
906 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC) ||
907 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) {
909 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC))
943 if (pci_has_flag(PCI_PROBE_ONLY))
1015 if (pci_has_flag(PCI_REASSIGN_ALL_RSRC)) {
1115 if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) &&
1421 if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) {
1430 if (!pci_has_flag(PCI_PROBE_ONL
[all...]
H A Dpci_32.c262 if (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux-master/arch/arm/kernel/
H A Dbios32.c514 if (pci_has_flag(PCI_PROBE_ONLY)) {
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c949 if (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux-master/drivers/pci/
H A Dprobe.c2644 if (pci_has_flag(PCI_SCAN_ALL_PCIE_DEVS))
3082 if (pci_has_flag(PCI_PROBE_ONLY)) {
H A Dpci.c6364 if (pci_has_flag(PCI_PROBE_ONLY)) {
/linux-master/include/linux/
H A Dpci.h1090 static inline int pci_has_flag(int flag) { return pci_flags & flag; } function
1958 static inline int pci_has_flag(int flag) { return 0; } function

Completed in 130 milliseconds