Searched refs:OWL_UART_STAT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | owl-uart.c | 30 #define OWL_UART_STAT 0x00c macro 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() 146 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_rx() 148 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_rx() 159 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_stop_tx() 161 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_stop_tx() 173 val = owl_uart_read(port, OWL_UART_STAT); in owl_uart_start_tx() 175 owl_uart_write(port, val, OWL_UART_STAT); in owl_uart_start_tx() 187 !(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU), in owl_uart_send_chars() [all …]
|