Home
last modified time | relevance | path

Searched defs:UART_GET_CHAR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h53 #define UART_GET_CHAR(port) (__raw_readl(APBBASE_DATA_P(port))) macro
H A Dsa1100.c51 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR) macro