Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Duartlite.c120 static inline void uart_out32(u32 val, u32 offset, struct uart_port *port) in uart_out32() function
193 uart_out32(port->x_char, ULITE_TX, port); in ulite_transmit()
202 uart_out32(xmit->buf[xmit->tail], ULITE_TX, port); in ulite_transmit()
296 uart_out32(ULITE_CONTROL_RST_RX | ULITE_CONTROL_RST_TX, in ulite_startup()
298 uart_out32(ULITE_CONTROL_IE, ULITE_CONTROL, port); in ulite_startup()
307 uart_out32(0, ULITE_CONTROL, port); in ulite_shutdown()
386 uart_out32(ULITE_CONTROL_RST_TX, ULITE_CONTROL, port); in ulite_request_port()
437 uart_out32(ch, ULITE_TX, port); in ulite_put_poll_char()
486 uart_out32(ch, ULITE_TX, port); in ulite_console_putchar()
504 uart_out32(0, ULITE_CONTROL, port); in ulite_console_write()
[all …]