ULSR_TXRDY
lsr &= ~(ULSR_TXRDY | ULSR_TSRE);
const uint8_t txidle = ULSR_TXRDY | ULSR_TSRE;
sc->sc_lsr |= ULSR_TXRDY;