Searched refs:UART_PUT_CHAR (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/tty/serial/ |
D | mux.c | 63 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + IO_DATA_REG_OFFSET) macro 187 UART_PUT_CHAR(port, port->x_char); in mux_write() 200 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in mux_write() 395 UART_PUT_CHAR(&mux_ports[0].port, '\r'); in mux_console_write() 397 UART_PUT_CHAR(&mux_ports[0].port, *s++); in mux_console_write()
|
D | apbuart.c | 129 UART_PUT_CHAR(port, port->x_char); in apbuart_tx_chars() 143 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in apbuart_tx_chars() 375 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size() 386 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size() 422 UART_PUT_CHAR(port, ch); in apbuart_console_putchar()
|
D | apbuart.h | 54 #define UART_PUT_CHAR(port, v) (__raw_writel(v, APBBASE_DATA_P(port))) macro
|
D | sa1100.c | 59 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR) macro 234 UART_PUT_CHAR(sport, sport->port.x_char); in sa1100_tx_chars() 256 UART_PUT_CHAR(sport, xmit->buf[xmit->tail]); in sa1100_tx_chars() 705 UART_PUT_CHAR(sport, ch); in sa1100_console_putchar()
|