Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dapbuart.h63 #define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0) macro
H A Dapbuart.c338 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
395 } while (!UART_TX_READY(status)); in apbuart_console_putchar()
418 } while (!UART_TX_READY(status)); in apbuart_console_write()