Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h45 #define PORT_ALTR_16550_F128 28 /* Altera 16550 UART with 128 FIFOs */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dfl.c79 uart->port.type = PORT_ALTR_16550_F128; in dfl_uart_get_params()
H A D8250_of.c331 .data = (void *)PORT_ALTR_16550_F128, },
H A D8250_port.c246 [PORT_ALTR_16550_F128] = {
2307 (port->type == PORT_ALTR_16550_F128)) && (port->fifosize > 1)) { in serial8250_do_startup()