STS_REMPTY
while (!ISSET(bus_space_read_4(iot, ioh, UART_CHANNEL_STS), STS_REMPTY) &&
if (!(sts & STS_REMPTY))
} while (!(sts & STS_REMPTY));
if (sts & STS_REMPTY)
& STS_REMPTY)
!(bus_space_read_4(iot, ioh, UART_CHANNEL_STS) & STS_REMPTY)) {