Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.h63 #define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0) macro
A Dapbuart.c340 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
397 } while (!UART_TX_READY(status)); in apbuart_console_putchar()
420 } while (!UART_TX_READY(status)); in apbuart_console_write()
A Damba-pl010.c43 #define UART_TX_READY(s) (((s) & UART01x_FR_TXFF) == 0) macro
539 } while (!UART_TX_READY(status)); in pl010_console_putchar()

Completed in 7 milliseconds