UART_GET_CHAR
#define UART_GET_CHAR(port) (__raw_readl(APBBASE_DATA_P(port)))
#define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR)