Searched refs:UTSR1_TNF (Results 1 – 4 of 4) sorted by relevance
36 while (!(UART(UTSR1) & UTSR1_TNF)) in puts()44 while (!(UART(UTSR1) & UTSR1_TNF)) in puts()
395 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro
214 tst \rd, #UTSR1_TNF
507 } while (Ser2UTSR1 & UTSR1_TNF && si->tx_buff.len); in sa1100_irda_hpsir_irq()