Searched refs:UART_BASE (Results 1 – 4 of 4) sorted by relevance
31 #define UART_BASE(x) ((x) * 0x0200) macro32 #define U_MODE(x) UART_BASE(x)33 #define U_STA(x) (UART_BASE(x) + 0x10)34 #define U_TXR(x) (UART_BASE(x) + 0x20)35 #define U_BRG(x) (UART_BASE(x) + 0x40)
6 #define UART_BASE ((volatile u32 *)IOP13XX_UART1_PHYS) macro11 while ((UART_BASE[UART_LSR] & TX_DONE) != TX_DONE) in putc()13 UART_BASE[UART_TX] = c; in putc()
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