Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c671 static void max310x_batch_write(struct uart_port *port, u8 *txbuf, unsigned int len) in max310x_batch_write() function
807 max310x_batch_write(port, xmit->buf + xmit->tail, until_end); in max310x_handle_tx()
808 max310x_batch_write(port, xmit->buf, to_send - until_end); in max310x_handle_tx()
810 max310x_batch_write(port, xmit->buf + xmit->tail, to_send); in max310x_handle_tx()