Searched refs:pcictrl (Results 1 – 1 of 1) sorted by relevance
76 struct device_node *pcictrl; in efika_pcisetup() local85 for_each_child_of_node(root, pcictrl) in efika_pcisetup()86 if (of_node_name_eq(pcictrl, "pci")) in efika_pcisetup()91 if (pcictrl == NULL) { in efika_pcisetup()97 bus_range = of_get_property(pcictrl, "bus-range", &len); in efika_pcisetup()100 ": Can't get bus-range for %pOF\n", pcictrl); in efika_pcisetup()110 printk(" controlled by %pOF\n", pcictrl); in efika_pcisetup()113 hose = pcibios_alloc_controller(pcictrl); in efika_pcisetup()117 pcictrl); in efika_pcisetup()125 pci_process_bridge_OF_ranges(hose, pcictrl, 0); in efika_pcisetup()[all …]