Searched refs:UTSR1_TBY (Results 1 – 4 of 4) sorted by relevance
14 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ macro65 tst \rd, #UTSR1_TBY
292 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()467 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()707 } while (status & UTSR1_TBY); in sa1100_console_write()
394 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ macro
608 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ macro