Searched refs:UTSR1_TNF (Results 1 – 5 of 5) sorted by relevance
19 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro60 tst \rd, #UTSR1_TNF
37 while (!(UART(UTSR1) & UTSR1_TNF)) in putc()
395 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro
271 while (UART_GET_UTSR1(sport) & UTSR1_TNF) { in sa1100_tx_chars()711 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
295 (readl(micro->base + UTSR1) & UTSR1_TNF)) { in micro_tx_chars()