Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c88 static unsigned int bcm_uart_tx_empty(struct uart_port *port) in bcm_uart_tx_empty() function
479 for (tries = 3; !bcm_uart_tx_empty(port) && tries; tries--) in bcm_uart_set_termios()
638 .tx_empty = bcm_uart_tx_empty,