Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dowl-uart.c58 #define OWL_UART_STAT_RFEM BIT(5) macro
200 while (!(stat & OWL_UART_STAT_RFEM)) { in owl_uart_receive_chars()
448 if (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_RFEM) in owl_uart_poll_get_char()