Lines Matching refs:pcictrl
76 struct device_node *pcictrl; in efika_pcisetup() local
85 for (pcictrl = NULL;;) { in efika_pcisetup()
86 pcictrl = of_get_next_child(root, pcictrl); in efika_pcisetup()
87 if ((pcictrl == NULL) || (strcmp(pcictrl->name, "pci") == 0)) in efika_pcisetup()
93 if (pcictrl == NULL) { in efika_pcisetup()
99 bus_range = of_get_property(pcictrl, "bus-range", &len); in efika_pcisetup()
102 ": Can't get bus-range for %s\n", pcictrl->full_name); in efika_pcisetup()
112 printk(" controlled by %s\n", pcictrl->full_name); in efika_pcisetup()
115 hose = pcibios_alloc_controller(pcictrl); in efika_pcisetup()
119 pcictrl->full_name); in efika_pcisetup()
127 pci_process_bridge_OF_ranges(hose, pcictrl, 0); in efika_pcisetup()
130 of_node_put(pcictrl); in efika_pcisetup()