Home
last modified time | relevance | path

Searched refs:TXF (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dbfin_sport_uart.c334 if (SPORT_GET_STAT(up) & TXF) in sport_uart_tx_chars()
355 while(!(SPORT_GET_STAT(up) & TXF) && !uart_circ_empty(xmit)) { in sport_uart_tx_chars()
643 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_putchar()
664 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_write()
678 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_write()
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dbfin_sport.h110 #define TXF 0x0008 /* TX FIFO Full Status */ macro