Home
last modified time | relevance | path

Searched refs:PCI_REASSIGN_ALL_BUS (Results 1 – 15 of 15) sorted by relevance

/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/arch/powerpc/sysdev/
H A Dgrackle.c56 pci_add_flags(PCI_REASSIGN_ALL_BUS); in setup_grackle()
H A Dfsl_pci.c556 pci_add_flags(PCI_REASSIGN_ALL_BUS); in fsl_add_bridge()
865 pci_add_flags(PCI_REASSIGN_ALL_BUS); in mpc83xx_add_bridge()
/openbmc/linux/drivers/pci/controller/
H A Dpci-host-common.c78 pci_add_flags(PCI_REASSIGN_ALL_BUS); in pci_host_common_probe()
H A Dpci-versatile.c148 pci_add_flags(PCI_REASSIGN_ALL_BUS); in versatile_pci_probe()
H A Dpci-rcar-gen2.c318 pci_add_flags(PCI_REASSIGN_ALL_BUS); in rcar_pci_probe()
H A Dpcie-rcar-host.c384 pci_add_flags(PCI_REASSIGN_ALL_BUS); in rcar_pcie_enable()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpci.h39 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_32.c262 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pcibios_init()
/openbmc/linux/arch/powerpc/platforms/chrp/
H A Dpci.c202 pci_add_flags(PCI_REASSIGN_ALL_BUS); in setup_peg2()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c365 pci_add_flags(PCI_REASSIGN_ALL_BUS); in mpc52xx_add_bridge()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpci.c614 pci_add_flags(PCI_REASSIGN_ALL_BUS); in setup_uninorth()
949 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pmac_pci_init()
/openbmc/linux/arch/arm/kernel/
H A Dbios32.c499 pci_add_flags(PCI_REASSIGN_ALL_BUS); in pci_common_init_dev()
/openbmc/linux/include/linux/
H A Dpci.h1044 PCI_REASSIGN_ALL_BUS = 0x00000002, /* Reassign all bus numbers */ enumerator