Searched refs:vias (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | time.c | 169 struct device_node *vias; in via_calibrate_decr() local 175 vias = of_find_node_by_name(NULL, "via-cuda"); in via_calibrate_decr() 176 if (vias == NULL) in via_calibrate_decr() 177 vias = of_find_node_by_name(NULL, "via-pmu"); in via_calibrate_decr() 178 if (vias == NULL) in via_calibrate_decr() 179 vias = of_find_node_by_name(NULL, "via"); in via_calibrate_decr() 180 if (vias == NULL || of_address_to_resource(vias, 0, &rsrc)) { in via_calibrate_decr() 181 of_node_put(vias); in via_calibrate_decr() 184 of_node_put(vias); in via_calibrate_decr()
|
/openbmc/linux/drivers/macintosh/ |
H A D | via-cuda.c | 174 static struct device_node *vias; variable 241 if (vias) in find_via_cuda() 243 vias = of_find_node_by_name(NULL, "via-cuda"); in find_via_cuda() 244 if (!vias) in find_via_cuda() 247 err = of_address_to_resource(vias, 0, &res); in find_via_cuda() 282 of_node_put(vias); in find_via_cuda() 283 vias = NULL; in find_via_cuda() 296 cuda_irq = irq_of_parse_and_map(vias, 0); in via_cuda_start() 299 vias); in via_cuda_start()
|
H A D | via-pmu.c | 156 static struct device_node *vias; variable 295 vias = of_find_node_by_name(NULL, "via-pmu"); in find_via_pmu() 296 if (vias == NULL) in find_via_pmu() 299 err = of_address_to_resource(vias, 0, &res); in find_via_pmu() 313 if (of_node_name_eq(vias->parent, "ohare") || in find_via_pmu() 314 of_device_is_compatible(vias->parent, "ohare")) in find_via_pmu() 316 else if (of_device_is_compatible(vias->parent, "paddington")) in find_via_pmu() 318 else if (of_device_is_compatible(vias->parent, "heathrow")) in find_via_pmu() 320 else if (of_device_is_compatible(vias->parent, "Keylargo") in find_via_pmu() 321 || of_device_is_compatible(vias->parent, "K2-Keylargo")) { in find_via_pmu() [all …]
|
/openbmc/linux/Documentation/driver-api/ |
H A D | edac.rst | 113 interconnected by microscopic wires called "through-silicon vias," or
|