Lines Matching defs:opal
3 * opal driver interface to hvc_console.c
25 #include <asm/opal.h>
32 { .name = "serial", .compatible = "ibm,opal-console-raw" },
33 { .name = "serial", .compatible = "ibm,opal-console-hvsi" },
162 if (of_device_is_compatible(dev->dev.of_node, "ibm,opal-console-raw")) {
166 "ibm,opal-console-hvsi")) {
337 /* If the console wasn't in /chosen, try /ibm,opal */
339 struct device_node *opal, *np;
344 opal = of_find_node_by_path("/ibm,opal/consoles");
345 if (opal) {
348 opal = of_find_node_by_path("/ibm,opal");
349 if (opal)
353 if (!opal)
355 for_each_child_of_node(opal, np) {
361 of_node_put(opal);
372 if (of_device_is_compatible(stdout_node, "ibm,opal-console-raw")) {
377 else if (of_device_is_compatible(stdout_node,"ibm,opal-console-hvsi")) {