Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmux.c63 #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()
H A Dapbuart.c127 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()
H A Dapbuart.h54 #define UART_PUT_CHAR(port, v) (__raw_writel(v, APBBASE_DATA_P(port))) macro
H A Dsa1100.c59 #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()