Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dserial_core.h43 #define PORT_ALTR_16550_F128 28 /* Altera 16550 UART with 128 FIFOs */ macro
/linux-6.1.9/drivers/tty/serial/8250/
D8250_of.c329 .data = (void *)PORT_ALTR_16550_F128, },
D8250_port.c245 [PORT_ALTR_16550_F128] = {
2291 (port->type == PORT_ALTR_16550_F128)) && (port->fifosize > 1)) { in serial8250_do_startup()