Searched refs:UART_PUT_CHAR (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | mux.c | 63 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + IO_DATA_REG_OFFSET) macro 195 UART_PUT_CHAR(port, ch), in mux_write() 376 UART_PUT_CHAR(&mux_ports[0].port, '\r'); in mux_console_write() 378 UART_PUT_CHAR(&mux_ports[0].port, *s++); in mux_console_write()
|
D | apbuart.c | 127 UART_PUT_CHAR(port, ch), in apbuart_tx_chars() 349 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size() 360 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size() 396 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 242 UART_PUT_CHAR(sport, ch)); in sa1100_tx_chars() 680 UART_PUT_CHAR(sport, ch); in sa1100_console_putchar()
|