Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h43 #define PORT_ALTR_16550_F32 26 /* Altera 16550 UART with 32 FIFOs */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dfl.c71 uart->port.type = PORT_ALTR_16550_F32; in dfl_uart_get_params()
H A D8250_of.c327 .data = (void *)PORT_ALTR_16550_F32, },
H A D8250_port.c230 [PORT_ALTR_16550_F32] = {
2305 if (((port->type == PORT_ALTR_16550_F32) || in serial8250_do_startup()