Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Damba-pl011.c1256 static bool pl011_tx_char(struct uart_amba_port *uap, unsigned char c) in pl011_tx_char() function
1298 if (!pl011_tx_char(uap, uap->port.x_char)) in pl011_tx_chars()
1312 while (count-- > 0 && pl011_tx_char(uap, xmit->buf[xmit->tail])) { in pl011_tx_chars()