UART0_BASE 28 arch/mips/boot/compressed/uart-16550.c #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) UART0_BASE 34 arch/mips/boot/compressed/uart-16550.c #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) UART0_BASE 9 arch/nios2/boot/compressed/console.c || (defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE)) UART0_BASE 55 arch/nios2/boot/compressed/console.c #elif defined(CONFIG_SERIAL_ALTERA_UART_CONSOLE) && defined(UART0_BASE) UART0_BASE 88 arch/nios2/boot/compressed/console.c uartbase = (unsigned long) my_ioremap((unsigned long) UART0_BASE);