Searched refs:UART_BASE (Results 1 – 7 of 7) sorted by relevance
23 #define UART_BASE(x) ((x) * 0x0200) macro24 #define U_MODE(x) UART_BASE(x)25 #define U_STA(x) (UART_BASE(x) + 0x10)26 #define U_TXR(x) (UART_BASE(x) + 0x20)27 #define U_BRG(x) (UART_BASE(x) + 0x40)
12 #define UART_BASE 0x1fd003f8 macro13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
63 #define UART_BASE UL(0xE0000000) macro87 #define SPEAR_DBG_UART_BASE UART_BASE
99 SAMSUNG_BASE(uart, UART_BASE)
88 #define UART_BASE MMAP_UART0 macro
305 SAMSUNG_BASE(uart, UART_BASE)
627 #define UART_BASE UART0_ADDR macro