Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpcie-xilinx-nwl.c530 struct device_node *legacy_intc_node; in nwl_pcie_init_irq_domain() local
532 legacy_intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
533 if (!legacy_intc_node) { in nwl_pcie_init_irq_domain()
538 pcie->legacy_irq_domain = irq_domain_add_linear(legacy_intc_node, in nwl_pcie_init_irq_domain()
542 of_node_put(legacy_intc_node); in nwl_pcie_init_irq_domain()