Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dserial.h52 #define PORT_16450 2 macro
/Linux-v5.15/drivers/tty/serial/8250/
D8250_of.c306 { .compatible = "ns16450", .data = (void *)PORT_16450, },
D8250_port.c69 [PORT_16450] = {
1015 up->port.type = PORT_16450; in autoconfig_8250()
/Linux-v5.15/drivers/tty/serial/
Dsunsu.c1097 up->port.type = PORT_16450; in sunsu_autoconfig()
1144 if (up->port.type == PORT_16450) { in sunsu_autoconfig()
/Linux-v5.15/drivers/tty/
Dmxser.c410 if (info->type == PORT_16450 || info->type == PORT_8250) { in mxser_process_txrx_fifo()
597 if ((info->type == PORT_8250) || (info->type == PORT_16450)) { in mxser_change_speed()