Lines Matching defs:node
143 pxa_init_irq_common(struct device_node *node, int irq_nr,
149 pxa_irq_domain = irq_domain_add_legacy(node, irq_nr,
235 struct device_node *node;
239 node = of_find_matching_node(NULL, intc_ids);
240 if (!node) {
245 ret = of_property_read_u32(node, "marvell,intc-nr-irqs",
252 ret = of_address_to_resource(node, 0, &res);
254 pr_err("No registers defined for node\n");
259 if (of_find_property(node, "marvell,intc-priority", NULL))
268 pxa_init_irq_common(node, pxa_internal_irq_nr, fn);