Lines Matching defs:node
97 struct device_node *node;
99 node = of_find_compatible_node(NULL, NULL, "actions,s500-timer");
100 if (!node) {
105 timer_base_addr = of_iomap(node, 0);
111 node = of_find_compatible_node(NULL, NULL, "actions,s500-sps");
112 if (!node) {
117 sps_base_addr = of_iomap(node, 0);
124 node = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-scu");
125 if (!node) {
130 scu_base_addr = of_iomap(node, 0);