Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dapbuart.h62 #define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0) macro
Dapbuart.c369 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
426 } while (!UART_TX_READY(status)); in apbuart_console_putchar()
449 } while (!UART_TX_READY(status)); in apbuart_console_write()
Damba-pl010.c60 #define UART_TX_READY(s) (((s) & UART01x_FR_TXFF) == 0) macro
590 } while (!UART_TX_READY(status)); in pl010_console_putchar()