Home
last modified time | relevance | path

Searched refs:fdt_earlycon (Results 1 – 2 of 2) sorted by relevance

/components/drivers/ofw/
A Dfdt.c26 struct rt_fdt_earlycon fdt_earlycon; variable
543 fdt_earlycon.console_putc(fdt_earlycon.data, *str); in rt_fdt_earlycon_output()
548 fdt_earlycon.console_putc(fdt_earlycon.data, '\r'); in rt_fdt_earlycon_output()
557 while (*str && fdt_earlycon.msg_idx < sizeof(fdt_earlycon.msg) - 1) in rt_fdt_earlycon_output()
559 fdt_earlycon.msg[fdt_earlycon.msg_idx++] = *str; in rt_fdt_earlycon_output()
563 fdt_earlycon.msg[fdt_earlycon.msg_idx] = '\0'; in rt_fdt_earlycon_output()
571 fdt_earlycon.console_kick(&fdt_earlycon, why); in rt_fdt_earlycon_kick()
753 err = best_earlycon_id->setup(&fdt_earlycon, fdt_earlycon.options); in rt_fdt_scan_chosen_stdout()
783 if (fdt_earlycon.msg_idx) in rt_fdt_scan_chosen_stdout()
793 if (fdt_earlycon.mmio) in rt_fdt_scan_chosen_stdout()
[all …]
A Dofw_internal.h66 extern struct rt_fdt_earlycon fdt_earlycon;

Completed in 5 milliseconds