Home
last modified time | relevance | path

Searched refs:stdout_node (Results 1 – 20 of 20) sorted by relevance

/openbsd/sys/arch/macppc/macppc/
H A Dofw_machdep.c281 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 Dcom_fdt.c75 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 Dpluart_fdt.c95 pluart_attach_common(sc, stdout_node == faa->fa_node); in pluart_fdt_attach()
H A Drkdrm.c108 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 Dsimplefb.c148 if (faa->fa_node == stdout_node) in simplefb_attach()
356 if (simplefb_init(stdout_node, ri)) in simplefb_init_cons()
H A Dexuart.c161 stdout_node = OF_finddevice("/serial@13800000"); in exuart_init_cons()
204 if (stdout_node == faa->fa_node) { in exuart_attach()
H A Damluart.c158 if (faa->fa_node == stdout_node) { in amluart_attach()
H A Dcduart.c237 if (faa->fa_node == stdout_node) { in cduart_attach()
/openbsd/sys/arch/powerpc64/include/
H A Dfdt.h36 extern int stdout_node;
/openbsd/sys/arch/riscv64/include/
H A Dfdt.h38 extern int stdout_node;
/openbsd/sys/arch/arm/include/
H A Dfdt.h37 extern int stdout_node;
/openbsd/sys/arch/arm64/include/
H A Dfdt.h37 extern int stdout_node;
/openbsd/sys/dev/pci/drm/apple/
H A Dapldrm.c342 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 Dastfb.c112 if (node == stdout_node) in astfb_attach()
H A Dopalcons.c88 if (faa->fa_node == stdout_node) in opalcons_attach()
/openbsd/sys/arch/armv7/armv7/
H A Darmv7_machdep.c198 int stdout_node; variable
983 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
/openbsd/sys/arch/riscv64/riscv64/
H A Dmachdep.c66 int stdout_node; variable
171 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
/openbsd/sys/arch/powerpc64/powerpc64/
H A Dmachdep.c109 int stdout_node; variable
176 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
/openbsd/sys/arch/arm64/arm64/
H A Dmachdep.c66 int stdout_node; variable
171 stdout_node = OF_finddevice(stdout); in fdt_find_cons()
/openbsd/sys/arch/riscv64/dev/
H A Dsfuart.c164 if (faa->fa_node == stdout_node) { in sfuart_attach()