SR_TXRDY
if (sr & SR_TXRDY) {
while (sc->sc_tbc > 0 && (PSC_READ_2(sc, PSC_SR) & SR_TXRDY)) {
while ((PSC_CN_SR(&psc_console) & SR_TXRDY) == 0)