Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dapbuart.h26 #define UART_STATUS_THE 0x00000004 /* TX Hold Register Empty */ macro
62 #define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0)
Dapbuart.c61 if (UART_GET_STATUS(port) & UART_STATUS_THE) in apbuart_start_tx()
172 if (status & UART_STATUS_THE) in apbuart_int()
183 return status & UART_STATUS_THE ? TIOCSER_TEMT : 0; in apbuart_tx_empty()