Searched refs:UART0_BASE (Results 1 – 13 of 13) sorted by relevance
27 #define UART0_BASE 0x1EF14000 macro28 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))33 #define UART0_BASE 0x18030100 macro34 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))
9 || (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()
15 UART0_BASE, UART0_IRQ); in board_early_init_f()
21 #define UART0_BASE 0x3f8 macro
25 #define UART0_BASE 0x48020000 macro
17 #define UART0_BASE 0x48020000 macro
17 #define UART0_BASE 0x44E09000 macro
56 #define DEFAULT_UART_BASE UART0_BASE
20 #define UART0_BASE 0x44E09000 macro
25 UART0_BASE, UART0_IRQ); in board_early_init_f()
39 sio1007_enable_serial(SIO1007_IOPORT3, 0, UART0_BASE, UART0_IRQ); in board_early_init_f()
44 #define UART0_BASE (AIPS0_BASE_ADDR + 0x00027000) macro
629 t_serial.addr = UART0_BASE; in ddr_set_atags()