Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/8250/
D8250_port.c818 static int size_fifo(struct uart_8250_port *up) in size_fifo() function
959 if (size_fifo(up) == 64) in autoconfig_has_efr()
994 if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16) in broken_efr()
1189 if (up->port.type == PORT_16550A && size_fifo(up) == 64) { in autoconfig_16550a()