Home
last modified time | relevance | path

Searched refs:prom_stdout (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dlegacy_serial.c577 struct device_node *prom_stdout = NULL; in check_legacy_serial_console() local
608 prom_stdout = of_find_node_by_path(name); in check_legacy_serial_console()
609 if (!prom_stdout) { in check_legacy_serial_console()
613 DBG("stdout is %pOF\n", prom_stdout); in check_legacy_serial_console()
615 name = of_get_property(prom_stdout, "name", NULL); in check_legacy_serial_console()
620 spd = of_get_property(prom_stdout, "current-speed", NULL); in check_legacy_serial_console()
629 if (prom_stdout != legacy_serial_infos[i].np) in check_legacy_serial_console()
638 of_node_put(prom_stdout); in check_legacy_serial_console()
651 of_node_put(prom_stdout); in check_legacy_serial_console()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dlegacy_serial.c611 struct device_node *prom_stdout = NULL; in check_legacy_serial_console() local
642 prom_stdout = of_find_node_by_path(name); in check_legacy_serial_console()
643 if (!prom_stdout) { in check_legacy_serial_console()
647 DBG("stdout is %pOF\n", prom_stdout); in check_legacy_serial_console()
649 name = of_get_property(prom_stdout, "name", NULL); in check_legacy_serial_console()
654 spd = of_get_property(prom_stdout, "current-speed", NULL); in check_legacy_serial_console()
663 if (prom_stdout != legacy_serial_infos[i].np) in check_legacy_serial_console()
672 of_node_put(prom_stdout); in check_legacy_serial_console()
685 of_node_put(prom_stdout); in check_legacy_serial_console()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dsetup.c520 struct device_node *prom_stdout = NULL; in check_pmac_serial_console() local
549 prom_stdout = of_find_node_by_path(name); in check_pmac_serial_console()
550 if (!prom_stdout) { in check_pmac_serial_console()
554 pr_debug("stdout is %pOF\n", prom_stdout); in check_pmac_serial_console()
556 if (of_node_name_eq(prom_stdout, "ch-a")) in check_pmac_serial_console()
558 else if (of_node_name_eq(prom_stdout, "ch-b")) in check_pmac_serial_console()
562 of_node_put(prom_stdout); in check_pmac_serial_console()
570 of_node_put(prom_stdout); in check_pmac_serial_console()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dsetup.c496 struct device_node *prom_stdout = NULL; in check_pmac_serial_console() local
525 prom_stdout = of_find_node_by_path(name); in check_pmac_serial_console()
526 if (!prom_stdout) { in check_pmac_serial_console()
530 pr_debug("stdout is %pOF\n", prom_stdout); in check_pmac_serial_console()
532 if (of_node_name_eq(prom_stdout, "ch-a")) in check_pmac_serial_console()
534 else if (of_node_name_eq(prom_stdout, "ch-b")) in check_pmac_serial_console()
538 of_node_put(prom_stdout); in check_pmac_serial_console()
546 of_node_put(prom_stdout); in check_pmac_serial_console()
/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dinit_64.c22 int prom_stdout; variable
42 prom_stdout = prom_getint(prom_chosen_node, "stdout"); in prom_init()
H A Dconsole_64.c24 args[3] = (unsigned int) prom_stdout; in __prom_console_write_buf()
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dinit_64.c22 int prom_stdout; variable
42 prom_stdout = prom_getint(prom_chosen_node, "stdout"); in prom_init()
H A Dconsole_64.c24 args[3] = (unsigned int) prom_stdout; in __prom_console_write_buf()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dprom_64.c604 if (prom_ihandle2path(prom_stdout, of_console_path, 256) < 0) { in of_console_init()
615 node = prom_inst2pkg(prom_stdout); in of_console_init()
618 "instance %08x.\n", prom_stdout); in of_console_init()
H A Dbtext.c316 node = prom_inst2pkg(prom_stdout); in btext_find_display()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dprom_64.c604 if (prom_ihandle2path(prom_stdout, of_console_path, 256) < 0) { in of_console_init()
615 node = prom_inst2pkg(prom_stdout); in of_console_init()
618 "instance %08x.\n", prom_stdout); in of_console_init()
H A Dbtext.c316 node = prom_inst2pkg(prom_stdout); in btext_find_display()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Doplib_64.h23 extern int prom_stdout;
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Doplib_64.h23 extern int prom_stdout;

Completed in 10 milliseconds