Home
last modified time | relevance | path

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

/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/arch/powerpc/sysdev/
H A Dgrackle.c56 pci_add_flags(PCI_REASSIGN_ALL_BUS); in setup_grackle()
H A Dfsl_pci.c550 pci_add_flags(PCI_REASSIGN_ALL_BUS); in fsl_add_bridge()
859 pci_add_flags(PCI_REASSIGN_ALL_BUS); in mpc83xx_add_bridge()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/82xx/
H A Dpq2.c54 pci_add_flags(PCI_REASSIGN_ALL_BUS); in pq2_pci_add_bridge()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-host-common.c76 pci_add_flags(PCI_REASSIGN_ALL_BUS); in pci_host_common_probe()
H A Dpci-versatile.c149 pci_add_flags(PCI_REASSIGN_ALL_BUS); in versatile_pci_probe()
H A Dpci-rcar-gen2.c319 pci_add_flags(PCI_REASSIGN_ALL_BUS); in rcar_pci_probe()
H A Dpcie-rcar-host.c293 pci_add_flags(PCI_REASSIGN_ALL_BUS); in rcar_pcie_enable()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpci.h40 (pci_has_flag(PCI_REASSIGN_ALL_BUS))
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci_32.c241 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pcibios_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/
H A Dpci.c203 pci_add_flags(PCI_REASSIGN_ALL_BUS); in setup_peg2()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c374 pci_add_flags(PCI_REASSIGN_ALL_BUS); in mpc52xx_add_bridge()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpci.c613 pci_add_flags(PCI_REASSIGN_ALL_BUS); in setup_uninorth()
944 if (pci_has_flag(PCI_REASSIGN_ALL_BUS)) in pmac_pci_init()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dbios32.c501 pci_add_flags(PCI_REASSIGN_ALL_BUS); in pci_common_init_dev()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h977 PCI_REASSIGN_ALL_BUS = 0x00000002, /* Reassign all bus numbers */ enumerator