Home
last modified time | relevance | path

Searched refs:UART_PUT_CHAR (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dmux.c67 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + IO_DATA_REG_OFFSET) macro
191 UART_PUT_CHAR(port, port->x_char); in mux_write()
204 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in mux_write()
399 UART_PUT_CHAR(&mux_ports[0].port, '\r'); in mux_console_write()
401 UART_PUT_CHAR(&mux_ports[0].port, *s++); in mux_console_write()
Dapbuart.c135 UART_PUT_CHAR(port, port->x_char); in apbuart_tx_chars()
149 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in apbuart_tx_chars()
381 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size()
392 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size()
428 UART_PUT_CHAR(port, ch); in apbuart_console_putchar()
Dserial_ks8695.c43 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + KS8695_URTH) macro
211 UART_PUT_CHAR(port, port->x_char); in ks8695uart_tx_chars()
225 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in ks8695uart_tx_chars()
563 UART_PUT_CHAR(port, ch); in ks8695_console_putchar()
Dapbuart.h54 #define UART_PUT_CHAR(port, v) (__raw_writel(v, APBBASE_DATA_P(port))) macro
Dsa1100.c61 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR) macro
237 UART_PUT_CHAR(sport, sport->port.x_char); in sa1100_tx_chars()
259 UART_PUT_CHAR(sport, xmit->buf[xmit->tail]); in sa1100_tx_chars()
698 UART_PUT_CHAR(sport, ch); in sa1100_console_putchar()