Searched defs:UART_TX_READY (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/drivers/tty/serial/ | ||
D | apbuart.h | 63 #define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0) macro |
D | amba-pl010.c | 43 #define UART_TX_READY(s) (((s) & UART01x_FR_TXFF) == 0) macro |