UART_RX_FULL
if ((status & UART_RX_FULL))
while (!ISSET(bus_space_read_4(iot, ioh, UART_FLAGS), UART_RX_FULL))
while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_RX_FULL) != 0)