Searched refs:DR_RX_FIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
117 if (GETREG(bas, UART_DR) & DR_RX_FIFO_EMPTY) in lowrisc_uart_rxready()274 if ((GETREG(bas, UART_DR) & DR_RX_FIFO_EMPTY) == 0) in lowrisc_uart_bus_ipend()336 } while ((reg & DR_RX_FIFO_EMPTY) == 0); in lowrisc_uart_bus_receive()
41 #define DR_RX_FIFO_EMPTY (1 << 9) macro