Searched refs:uart_out32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | uartlite.c | 102 static inline void uart_out32(u32 val, u32 offset, struct uart_port *port) in uart_out32() function 173 uart_out32(port->x_char, ULITE_TX, port); in ulite_transmit() 182 uart_out32(xmit->buf[xmit->tail], ULITE_TX, port); in ulite_transmit() 266 uart_out32(ULITE_CONTROL_RST_RX | ULITE_CONTROL_RST_TX, in ulite_startup() 268 uart_out32(ULITE_CONTROL_IE, ULITE_CONTROL, port); in ulite_startup() 275 uart_out32(0, ULITE_CONTROL, port); in ulite_shutdown() 346 uart_out32(ULITE_CONTROL_RST_TX, ULITE_CONTROL, port); in ulite_request_port() 382 uart_out32(ch, ULITE_TX, port); in ulite_put_poll_char() 439 uart_out32(ch, ULITE_TX, port); in ulite_console_putchar() 457 uart_out32(0, ULITE_CONTROL, port); in ulite_console_write() [all …]
|