Searched refs:pcictrl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 76 struct device_node *pcictrl; in efika_pcisetup() local 85 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, in efika_pcisetup() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 75 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, in efika_pcisetup() [all...] |
Completed in 2 milliseconds