Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/include/asm/
Dimmap.h17 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x4000))
45 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x4000))
80 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x40))
108 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x40))
131 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x40))
154 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x40))
177 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x40))
201 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x40))
224 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + (CONFIG_SYS_UART_PORT * 0x40))
246 #define CONFIG_SYS_UART_BASE (MMAP_UART0 + \
[all …]
Dimmap_5249.h15 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x000001C0) macro
Dimmap_5253.h16 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x000001C0) macro
Dimmap_5271.h19 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00000200) macro
Dimmap_5282.h18 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00000200) macro
Dimmap_5307.h16 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x000001C0) macro
Dimmap_520x.h22 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00060000) macro
Dimmap_5235.h19 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00000200) macro
Dimmap_5227x.h26 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00060000) macro
Dimmap_547x_8x.h28 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00008600) macro
Dimmap_5301x.h25 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00060000) macro
Dimmap_5445x.h26 #define MMAP_UART0 0xFC060000 macro
Dimmap_5272.h18 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00000100) macro
Dimmap_5329.h29 #define MMAP_UART0 0xFC060000 macro
Dimmap_5275.h20 #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x00000200) macro
Dimmap_5441x.h28 #define MMAP_UART0 0xFC060000 macro
/external/u-boot/board/astro/mcf5373l/
Dmcf5373l.c87 #define UART_BASE MMAP_UART0
95 uart = (uart_t *)(MMAP_UART0); in rs_serial_init()
104 uart = (uart_t *)(MMAP_UART0); in rs_serial_init()
143 uart = (uart_t *)(MMAP_UART0); in astro_put_char()
162 uart = (uart_t *)(MMAP_UART0); in astro_is_char()
170 uart = (uart_t *)(MMAP_UART0); in astro_get_char()