Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dowl-uart.c89 static inline u32 owl_uart_read(struct uart_port *port, unsigned int off) in owl_uart_read() function
98 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_set_mctrl()
113 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_get_mctrl()
114 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_get_mctrl()
130 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_tx_empty()
142 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_rx()
146 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_rx()
155 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_tx()
159 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_tx()
173 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_start_tx()
[all …]