Searched refs:OWL_UART_STAT (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | owl-uart.c | 29 #define OWL_UART_STAT 0x00c macro 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() 142 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_rx() 144 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_rx() 155 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_tx() 157 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_tx() 169 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_start_tx() 171 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_start_tx() 187 while (!(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU)) in owl_uart_send_chars() [all …]
|