RX_INT
if (val & RX_INT)
if ((status & (RX_INT | TX_INT)) == 0)
if (status & RX_INT) {
bus_space_write_1(iot, ioh, STATUS_REG, RX_INT);