Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dcpm_uart.c50 static int cpm_uart_tx_pump(struct uart_port *port);
167 if (cpm_uart_tx_pump(port) != 0) { in cpm_uart_start_tx()
218 cpm_uart_tx_pump(port); in cpm_uart_int_tx()
644 static int cpm_uart_tx_pump(struct uart_port *port) in cpm_uart_tx_pump() function