Searched refs:vias (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dtime.c256 struct device_node *vias; local
262 vias = of_find_node_by_name(NULL, "via-cuda");
263 if (vias == 0)
264 vias = of_find_node_by_name(NULL, "via-pmu");
265 if (vias == 0)
266 vias = of_find_node_by_name(NULL, "via");
267 if (vias == 0 || of_address_to_resource(vias, 0, &rsrc))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-cuda.c87 static struct device_node *vias; variable in typeref:struct:device_node
129 if (vias != 0)
131 vias = of_find_node_by_name(NULL, "via-cuda");
132 if (vias == 0)
135 reg = of_get_property(vias, "reg", NULL);
140 taddr = of_translate_address(vias, reg);
175 of_node_put(vias);
176 vias = NULL;
189 cuda_irq = irq_of_parse_and_map(vias, 0);
192 vias
[all...]
H A Dvia-pmu.c142 static struct device_node *vias; variable in typeref:struct:device_node
288 vias = of_find_node_by_name(NULL, "via-pmu");
289 if (vias == NULL)
292 reg = of_get_property(vias, "reg", NULL);
297 taddr = of_translate_address(vias, reg);
312 if (vias->parent->name && ((strcmp(vias->parent->name, "ohare") == 0)
313 || of_device_is_compatible(vias->parent, "ohare")))
315 else if (of_device_is_compatible(vias->parent, "paddington"))
317 else if (of_device_is_compatible(vias
[all...]

Completed in 73 milliseconds