Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c793 static int size_fifo(struct uart_8250_port *up) in size_fifo() function
934 if (size_fifo(up) == 64) in autoconfig_has_efr()
969 if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16) in broken_efr()
1142 if (up->port.type == PORT_16550A && size_fifo(up) == 64) { in autoconfig_16550a()