Searched refs:UTSR1_TNF (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/include/debug/
H A Dsa1100.S19 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ define
60 tst \rd, #UTSR1_TNF
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h37 while (!(UART(UTSR1) & UTSR1_TNF)) putc()
H A DSA-1100.h395 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro
/linux-4.4.14/drivers/tty/serial/
H A Dsa1100.c271 while (UART_GET_UTSR1(sport) & UTSR1_TNF) { sa1100_tx_chars()
711 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) sa1100_console_putchar()
/linux-4.4.14/drivers/mfd/
H A Dipaq-micro.c295 (readl(micro->base + UTSR1) & UTSR1_TNF)) { micro_tx_chars()

Completed in 223 milliseconds