Searched refs:owl_uart_read (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | owl-uart.c | 85 static inline u32 owl_uart_read(struct uart_port *port, unsigned int off) in owl_uart_read() function 94 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_set_mctrl() 109 ctl = owl_uart_read(port, OWL_UART_CTL); in owl_uart_get_mctrl() 110 stat = owl_uart_read(port, OWL_UART_STAT); in owl_uart_get_mctrl() 126 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_tx_empty() 138 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_rx() 142 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_rx() 151 val = owl_uart_read(port, OWL_UART_CTL); in owl_uart_stop_tx() 155 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_tx() 169 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_start_tx() [all …]
|