Searched refs:UTSR1_TNF (Results 1 – 7 of 7) sorted by relevance
15 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro59 tst \rd, #UTSR1_TNF
38 while (!(UART(UTSR1) & UTSR1_TNF)) in putc()
396 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro
241 UART_GET_UTSR1(sport) & UTSR1_TNF, in sa1100_tx_chars()678 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
282 (readl(micro->base + UTSR1) & UTSR1_TNF)) { in micro_tx_chars()
913 #define UTSR1_TNF (1 << 2) /* Transmit FIFO not full */ macro956 utsr1 |= UTSR1_TNF; in strongarm_uart_update_status()
610 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro