/openbsd/sys/arch/macppc/macppc/ |
H A D | ofw_machdep.c | 281 int stdout_node; in ofwconprobe() local 283 stdout_node = OF_instance_to_package(OF_stdout); in ofwconprobe() 428 int stdout_node; in of_display_console() local 430 stdout_node = OF_instance_to_package(OF_stdout); in of_display_console() 431 len = OF_getprop(stdout_node, "name", name, 20); in of_display_console() 435 err = OF_getprop(stdout_node, "width", &cons_width, 4); in of_display_console() 443 err = OF_getprop(stdout_node, "height", &cons_height, 4); in of_display_console() 447 err = OF_getprop(stdout_node, "depth", &cons_depth, 4); in of_display_console() 451 err = OF_getprop(stdout_node, "address", &cons_addr, 4); in of_display_console() 458 fbnode = stdout_node; in of_display_console() [all …]
|
/openbsd/sys/dev/fdt/ |
H A D | com_fdt.c | 75 if (OF_is_compatible(stdout_node, "ns16550a")) { in com_fdt_init_cons() 83 comcons_reg_width = OF_getpropint(stdout_node, "reg-io-width", width); in com_fdt_init_cons() 84 comcons_reg_shift = OF_getpropint(stdout_node, "reg-shift", shift); in com_fdt_init_cons() 159 if (stdout_node == faa->fa_node) { in com_fdt_attach()
|
H A D | pluart_fdt.c | 95 pluart_attach_common(sc, stdout_node == faa->fa_node); in pluart_fdt_attach()
|
H A D | rkdrm.c | 108 if (OF_is_compatible(stdout_node, "simple-framebuffer")) in rkdrm_attach() 109 stdout_node = sc->sc_node; in rkdrm_attach() 376 if (sc->sc_node == stdout_node) in rkdrm_attachhook()
|
H A D | simplefb.c | 148 if (faa->fa_node == stdout_node) in simplefb_attach() 356 if (simplefb_init(stdout_node, ri)) in simplefb_init_cons()
|
H A D | exuart.c | 161 stdout_node = OF_finddevice("/serial@13800000"); in exuart_init_cons() 204 if (stdout_node == faa->fa_node) { in exuart_attach()
|
H A D | amluart.c | 158 if (faa->fa_node == stdout_node) { in amluart_attach()
|
H A D | cduart.c | 237 if (faa->fa_node == stdout_node) { in cduart_attach()
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | fdt.h | 36 extern int stdout_node;
|
/openbsd/sys/arch/riscv64/include/ |
H A D | fdt.h | 38 extern int stdout_node;
|
/openbsd/sys/arch/arm/include/ |
H A D | fdt.h | 37 extern int stdout_node;
|
/openbsd/sys/arch/arm64/include/ |
H A D | fdt.h | 37 extern int stdout_node;
|
/openbsd/sys/dev/pci/drm/apple/ |
H A D | apldrm.c | 342 if (OF_is_compatible(stdout_node, "simple-framebuffer")) in apldrm_attachhook() 343 stdout_node = sc->sc_node; in apldrm_attachhook() 345 if (sc->sc_node == stdout_node) in apldrm_attachhook()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | astfb.c | 112 if (node == stdout_node) in astfb_attach()
|
H A D | opalcons.c | 88 if (faa->fa_node == stdout_node) in opalcons_attach()
|
/openbsd/sys/arch/armv7/armv7/ |
H A D | armv7_machdep.c | 198 int stdout_node; variable 983 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | machdep.c | 66 int stdout_node; variable 171 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | machdep.c | 109 int stdout_node; variable 176 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | machdep.c | 66 int stdout_node; variable 171 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
|
/openbsd/sys/arch/riscv64/dev/ |
H A D | sfuart.c | 164 if (faa->fa_node == stdout_node) { in sfuart_attach()
|