Home
last modified time | relevance | path

Searched refs:pcibios_fixup_phb (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dmachdep.h215 void (*pcibios_fixup_phb)(struct pci_controller *hose); member
/arch/powerpc/kernel/
Dpci-common.c1668 if (ppc_md.pcibios_fixup_phb) in pcibios_scan_phb()
1669 ppc_md.pcibios_fixup_phb(hose); in pcibios_scan_phb()
/arch/powerpc/platforms/powernv/
Dpci-ioda.c1307 ppc_md.pcibios_fixup_phb = pnv_pci_ioda_fixup_phb; in pnv_pci_init_ioda1_phb()