Lines Matching refs:phb
42 struct pci_controller *phb; in of_pci_phb_probe() local
51 phb = pcibios_alloc_controller(dev->dev.of_node); in of_pci_phb_probe()
52 if (!phb) in of_pci_phb_probe()
56 phb->parent = &dev->dev; in of_pci_phb_probe()
59 if (ppc_md.pci_setup_phb(phb)) { in of_pci_phb_probe()
60 pcibios_free_controller(phb); in of_pci_phb_probe()
65 pci_process_bridge_OF_ranges(phb, dev->dev.of_node, 0); in of_pci_phb_probe()
68 pci_devs_phb_init_dynamic(phb); in of_pci_phb_probe()
71 eeh_dev_phb_init_dynamic(phb); in of_pci_phb_probe()
78 pcibios_scan_phb(phb); in of_pci_phb_probe()
79 if (phb->bus == NULL) in of_pci_phb_probe()
86 pcibios_claim_one_bus(phb->bus); in of_pci_phb_probe()
89 eeh_add_device_tree_late(phb->bus); in of_pci_phb_probe()
92 pci_bus_add_devices(phb->bus); in of_pci_phb_probe()
95 eeh_add_sysfs_files(phb->bus); in of_pci_phb_probe()