Home
last modified time | relevance | path

Searched refs:pcictrl (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/52xx/
Defika.c75 struct device_node *pcictrl; in efika_pcisetup() local
84 for (pcictrl = NULL;;) { in efika_pcisetup()
85 pcictrl = of_get_next_child(root, pcictrl); in efika_pcisetup()
86 if ((pcictrl == NULL) || (strcmp(pcictrl->name, "pci") == 0)) in efika_pcisetup()
92 if (pcictrl == NULL) { in efika_pcisetup()
98 bus_range = of_get_property(pcictrl, "bus-range", &len); in efika_pcisetup()
101 ": Can't get bus-range for %s\n", pcictrl->full_name); in efika_pcisetup()
111 printk(" controlled by %s\n", pcictrl->full_name); in efika_pcisetup()
114 hose = pcibios_alloc_controller(of_node_get(pcictrl)); in efika_pcisetup()
118 pcictrl->full_name); in efika_pcisetup()
[all …]