Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/tty/serial/
Dxilinx_uartps.c635 static unsigned int cdns_uart_tx_empty(struct uart_port *port) in cdns_uart_tx_empty() function
1107 .tx_empty = cdns_uart_tx_empty,
1253 while (cdns_uart_tx_empty(port) != TIOCSER_TEMT) in cdns_uart_console_write()
1293 cdns_uart_tx_empty(port) != TIOCSER_TEMT) in cdns_uart_console_setup()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dxilinx_uartps.c651 static unsigned int cdns_uart_tx_empty(struct uart_port *port) in cdns_uart_tx_empty() function
1122 .tx_empty = cdns_uart_tx_empty,
1241 while (cdns_uart_tx_empty(port) != TIOCSER_TEMT) in cdns_uart_console_write()
1281 cdns_uart_tx_empty(port) != TIOCSER_TEMT) in cdns_uart_console_setup()