Searched refs:SUP_UART_LSR_RX (Results 1 – 1 of 1) sorted by relevance
53 #define SUP_UART_LSR_RX BIT(1) /* 1: receive fifo not empty */ macro272 } while (lsr & SUP_UART_LSR_RX); in receive_chars()472 if (!(lsr & SUP_UART_LSR_RX)) in sunplus_poll_get_char()