Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpci.h17 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux/arch/arm/include/asm/
H A Dpci.h13 #define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS)
/linux/arch/powerpc/include/asm/
H A Dpci.h39 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c949 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pmac_pci_init()
/linux/include/linux/
H A Dpci.h1191 static inline int pci_has_flag(int flag) { return pci_flags & flag; } in pci_has_flag() function
2133 static inline int pci_has_flag(int flag) { return 0; } in pci_has_flag() function