Searched refs:UART_BASE (Results 1 – 3 of 3) 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))
60 #define UART_BASE UL(0xE0000000) macro84 #define SPEAR_DBG_UART_BASE UART_BASE
Completed in 8 milliseconds