Searched refs:UART_PUT_CHAR (Results 1 – 7 of 7) sorted by relevance
/drivers/tty/serial/ |
D | mux.c | 71 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + IO_DATA_REG_OFFSET) macro 195 UART_PUT_CHAR(port, port->x_char); in mux_write() 208 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in mux_write() 403 UART_PUT_CHAR(&mux_ports[0].port, '\r'); in mux_console_write() 405 UART_PUT_CHAR(&mux_ports[0].port, *s++); in mux_console_write()
|
D | apbuart.c | 134 UART_PUT_CHAR(port, port->x_char); in apbuart_tx_chars() 148 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in apbuart_tx_chars() 380 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size() 391 UART_PUT_CHAR(port, 0); in apbuart_scan_fifo_size() 427 UART_PUT_CHAR(port, ch); in apbuart_console_putchar()
|
D | serial_ks8695.c | 48 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + KS8695_URTH) macro 216 UART_PUT_CHAR(port, port->x_char); in ks8695uart_tx_chars() 230 UART_PUT_CHAR(port, xmit->buf[xmit->tail]); in ks8695uart_tx_chars() 568 UART_PUT_CHAR(port, ch); in ks8695_console_putchar()
|
D | apbuart.h | 53 #define UART_PUT_CHAR(port, v) (__raw_writel(v, APBBASE_DATA_P(port))) macro
|
D | sa1100.c | 74 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR) macro 250 UART_PUT_CHAR(sport, sport->port.x_char); in sa1100_tx_chars() 272 UART_PUT_CHAR(sport, xmit->buf[xmit->tail]); in sa1100_tx_chars() 713 UART_PUT_CHAR(sport, ch); in sa1100_console_putchar()
|
D | bfin_uart.c | 333 UART_PUT_CHAR(uart, uart->port.x_char); in bfin_serial_tx_chars() 339 UART_PUT_CHAR(uart, xmit->buf[xmit->tail]); in bfin_serial_tx_chars() 385 UART_PUT_CHAR(uart, uart->port.x_char); in bfin_serial_dma_tx_chars() 992 UART_PUT_CHAR(uart, (unsigned char)chr); in bfin_serial_poll_put_char() 1080 UART_PUT_CHAR(uart, ch); in bfin_serial_console_putchar()
|
/drivers/net/irda/ |
D | bfin_sir.c | 185 UART_PUT_CHAR(port, chr); in bfin_sir_tx_chars()
|