Home
last modified time | relevance | path

Searched refs:UART0_BASE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H A Duart-16550.c27 #define UART0_BASE 0x1EF14000 macro
28 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))
33 #define UART0_BASE 0x18030100 macro
34 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A Dconsole.c9 || (defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE))
55 #elif defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE)
88 uartbase = (unsigned long) my_ioremap((unsigned long) UART0_BASE); in console_init()
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H A Dconsole.c9 || (defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE))
55 #elif defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE)
88 uartbase = (unsigned long) my_ioremap((unsigned long) UART0_BASE); in console_init()

Completed in 2 milliseconds