Lines Matching refs:vias
157 static struct device_node *vias; variable
293 vias = of_find_node_by_name(NULL, "via-pmu"); in find_via_pmu()
294 if (vias == NULL) in find_via_pmu()
297 reg = of_get_property(vias, "reg", NULL); in find_via_pmu()
302 taddr = of_translate_address(vias, reg); in find_via_pmu()
317 if (of_node_name_eq(vias->parent, "ohare") || in find_via_pmu()
318 of_device_is_compatible(vias->parent, "ohare")) in find_via_pmu()
320 else if (of_device_is_compatible(vias->parent, "paddington")) in find_via_pmu()
322 else if (of_device_is_compatible(vias->parent, "heathrow")) in find_via_pmu()
324 else if (of_device_is_compatible(vias->parent, "Keylargo") in find_via_pmu()
325 || of_device_is_compatible(vias->parent, "K2-Keylargo")) { in find_via_pmu()
381 of_node_put(vias); in find_via_pmu()
382 vias = NULL; in find_via_pmu()
440 irq = irq_of_parse_and_map(vias, 0); in via_pmu_start()