Searched refs:uart_out32 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/
H A Duartlite.c125 static inline void uart_out32(u32 val, u32 offset, struct uart_port *port) function
199 uart_out32(port->x_char, ULITE_TX, port);
211 uart_out32(ch, ULITE_TX, port);
304 uart_out32(ULITE_CONTROL_RST_RX | ULITE_CONTROL_RST_TX,
306 uart_out32(ULITE_CONTROL_IE, ULITE_CONTROL, port);
315 uart_out32(0, ULITE_CONTROL, port);
394 uart_out32(ULITE_CONTROL_RST_TX, ULITE_CONTROL, port);
445 uart_out32(ch, ULITE_TX, port);
494 uart_out32(ch, ULITE_TX, port);
512 uart_out32(
[all...]

Completed in 188 milliseconds