Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/tty/serial/
Dbcm63xx_uart.c88 static unsigned int bcm_uart_tx_empty(struct uart_port *port) in bcm_uart_tx_empty() function
478 for (tries = 3; !bcm_uart_tx_empty(port) && tries; tries--) in bcm_uart_set_termios()
637 .tx_empty = bcm_uart_tx_empty,