Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.c190 volatile void *earlycon_base = 0; variable
199 while (!(AUX_MU_LSR_REG(earlycon_base) & 0x20)); in early_putc()
200 AUX_MU_IO_REG(earlycon_base) = c; in early_putc()
205 earlycon_base = rt_ioremap_early((void *)AUX_BASE, earlycon_size); in rt_hw_earlycon_ioremap_early()
210 if (earlycon_base) in rt_hw_console_output()
338 earlycon_base = (void *)uart0_addr; in rt_hw_uart_init()

Completed in 6 milliseconds