Searched refs:UART_BASE (Results 1 – 3 of 3) sorted by relevance
5 #define UART_BASE ((volatile u32 *)IOP13XX_UART1_PHYS) macro10 while ((UART_BASE[UART_LSR] & TX_DONE) != TX_DONE) in putc()12 UART_BASE[UART_TX] = c; in putc()
11 #define UART_BASE 0x1fd003f8 macro12 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
63 #define UART_BASE UL(0xE0000000) macro87 #define SPEAR_DBG_UART_BASE UART_BASE