UTSR1_TBY 325 drivers/tty/serial/sa1100.c return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; UTSR1_TBY 500 drivers/tty/serial/sa1100.c while (UART_GET_UTSR1(sport) & UTSR1_TBY) UTSR1_TBY 740 drivers/tty/serial/sa1100.c } while (status & UTSR1_TBY);