Searched refs:UART_BASE (Results 1 – 4 of 4) 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)
23 #define UART_BASE CKSEG1ADDR(0x1fbf0003) macro34 setup_8250_early_printk_port(UART_BASE, UART_REG_SHIFT, 0); in prom_init()
14 #define UART_BASE 0x1fd003f8 macro15 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
60 #define UART_BASE UL(0xE0000000) macro84 #define SPEAR_DBG_UART_BASE UART_BASE
Completed in 8 milliseconds