Lines Matching refs:vias
156 static struct device_node *vias; variable
292 vias = of_find_node_by_name(NULL, "via-pmu"); in find_via_pmu()
293 if (vias == NULL) in find_via_pmu()
296 reg = of_get_property(vias, "reg", NULL); in find_via_pmu()
301 taddr = of_translate_address(vias, reg); in find_via_pmu()
314 if (of_node_name_eq(vias->parent, "ohare") || in find_via_pmu()
315 of_device_is_compatible(vias->parent, "ohare")) in find_via_pmu()
317 else if (of_device_is_compatible(vias->parent, "paddington")) in find_via_pmu()
319 else if (of_device_is_compatible(vias->parent, "heathrow")) in find_via_pmu()
321 else if (of_device_is_compatible(vias->parent, "Keylargo") in find_via_pmu()
322 || of_device_is_compatible(vias->parent, "K2-Keylargo")) { in find_via_pmu()
378 of_node_put(vias); in find_via_pmu()
379 vias = NULL; in find_via_pmu()
435 irq = irq_of_parse_and_map(vias, 0); in via_pmu_start()