Searched refs:UTSR1_TBY (Results 1 – 3 of 3) sorted by relevance
14 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ macro65 tst \rd, #UTSR1_TBY
317 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()492 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()732 } while (status & UTSR1_TBY); in sa1100_console_write()
394 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ macro
Completed in 6089 milliseconds