Lines Matching refs:vias
157 static struct device_node *vias; variable
294 vias = of_find_node_by_name(NULL, "via-pmu"); in find_via_pmu()
295 if (vias == NULL) in find_via_pmu()
298 reg = of_get_property(vias, "reg", NULL); in find_via_pmu()
303 taddr = of_translate_address(vias, reg); in find_via_pmu()
318 if (of_node_name_eq(vias->parent, "ohare") || in find_via_pmu()
319 of_device_is_compatible(vias->parent, "ohare")) in find_via_pmu()
321 else if (of_device_is_compatible(vias->parent, "paddington")) in find_via_pmu()
323 else if (of_device_is_compatible(vias->parent, "heathrow")) in find_via_pmu()
325 else if (of_device_is_compatible(vias->parent, "Keylargo") in find_via_pmu()
326 || of_device_is_compatible(vias->parent, "K2-Keylargo")) { in find_via_pmu()
382 of_node_put(vias); in find_via_pmu()
383 vias = NULL; in find_via_pmu()
441 irq = irq_of_parse_and_map(vias, 0); in via_pmu_start()