UTSR1_TBY
return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT;
while (UART_GET_UTSR1(sport) & UTSR1_TBY)
} while (status & UTSR1_TBY);