Home
last modified time | relevance | path

Searched defs:UART_GET_CHAR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 3 milliseconds