Searched refs:uart_out32 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/tty/serial/
H A Duartlite.c125 static inline void uart_out32(u32 val, u32 offset, struct uart_port *port) function
198 uart_out32(port->x_char, ULITE_TX, port);
207 uart_out32(xmit->buf[xmit->tail], ULITE_TX, port);
301 uart_out32(ULITE_CONTROL_RST_RX | ULITE_CONTROL_RST_TX,
303 uart_out32(ULITE_CONTROL_IE, ULITE_CONTROL, port);
312 uart_out32(0, ULITE_CONTROL, port);
391 uart_out32(ULITE_CONTROL_RST_TX, ULITE_CONTROL, port);
442 uart_out32(ch, ULITE_TX, port);
491 uart_out32(ch, ULITE_TX, port);
509 uart_out32(
[all...]

Completed in 217 milliseconds