Searched refs:pcictrl (Results 1 – 1 of 1) sorted by relevance
76 struct device_node *pcictrl; in efika_pcisetup() local85 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()[all …]