Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dapbuart.h27 #define UART_STATUS_THE 0x00000004 /* TX Hold Register Empty */ macro
63 #define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0)
Dapbuart.c62 if (UART_GET_STATUS(port) & UART_STATUS_THE) in apbuart_start_tx()
173 if (status & UART_STATUS_THE) in apbuart_int()
184 return status & UART_STATUS_THE ? TIOCSER_TEMT : 0; in apbuart_tx_empty()