Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/52xx/
Defika.c75 struct device_node *pcictrl; in efika_pcisetup() local
84 for_each_child_of_node(root, pcictrl) in efika_pcisetup()
85 if (of_node_name_eq(pcictrl, "pci")) in efika_pcisetup()
90 if (pcictrl == NULL) { in efika_pcisetup()
96 bus_range = of_get_property(pcictrl, "bus-range", &len); in efika_pcisetup()
99 ": Can't get bus-range for %pOF\n", pcictrl); in efika_pcisetup()
109 printk(" controlled by %pOF\n", pcictrl); in efika_pcisetup()
112 hose = pcibios_alloc_controller(pcictrl); in efika_pcisetup()
116 pcictrl); in efika_pcisetup()
124 pci_process_bridge_OF_ranges(hose, pcictrl, 0); in efika_pcisetup()
[all …]