Lines Matching defs:node
195 static int __init crossbar_of_init(struct device_node *node)
207 cb->crossbar_base = of_iomap(node, 0);
211 of_property_read_u32(node, "ti,max-crossbar-sources",
219 of_property_read_u32(node, "ti,max-irqs", &max);
235 irqsr = of_get_property(node, "ti,irqs-reserved", &size);
240 of_property_read_u32_index(node,
253 irqsr = of_get_property(node, "ti,irqs-skip", &size);
258 of_property_read_u32_index(node,
275 of_property_read_u32(node, "ti,reg-size", ®_size);
306 of_property_read_u32(node, "ti,irqs-safe-map", &cb->safe_map);
333 static int __init irqcrossbar_init(struct device_node *node,
340 pr_err("%pOF: no parent, giving up\n", node);
346 pr_err("%pOF: unable to obtain parent domain\n", node);
350 err = crossbar_of_init(node);
356 node, &crossbar_domain_ops,
359 pr_err("%pOF: failed to allocated domain\n", node);