Lines Matching refs:phb
37 struct pci_controller *phb; in of_pci_phb_probe() local
46 phb = pcibios_alloc_controller(dev->dev.of_node); in of_pci_phb_probe()
47 if (!phb) in of_pci_phb_probe()
51 phb->parent = &dev->dev; in of_pci_phb_probe()
54 if (ppc_md.pci_setup_phb(phb)) { in of_pci_phb_probe()
55 pcibios_free_controller(phb); in of_pci_phb_probe()
60 pci_process_bridge_OF_ranges(phb, dev->dev.of_node, 0); in of_pci_phb_probe()
63 pci_devs_phb_init_dynamic(phb); in of_pci_phb_probe()
66 eeh_dev_phb_init_dynamic(phb); in of_pci_phb_probe()
73 pcibios_scan_phb(phb); in of_pci_phb_probe()
74 if (phb->bus == NULL) in of_pci_phb_probe()
81 pcibios_claim_one_bus(phb->bus); in of_pci_phb_probe()
84 eeh_add_device_tree_late(phb->bus); in of_pci_phb_probe()
87 pci_bus_add_devices(phb->bus); in of_pci_phb_probe()
90 eeh_add_sysfs_files(phb->bus); in of_pci_phb_probe()