Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial.h51 #define PORT_8250 1 macro
Dserial_core.h30 #define PORT_8250 1 macro
/Linux-v4.19/drivers/tty/serial/8250/
D8250_of.c312 { .compatible = "ns8250", .data = (void *)PORT_8250, },
D8250_dw.c520 p->type = PORT_8250; in dw8250_probe()
D8250_core.c758 port->type != PORT_8250) { in serial8250_suspend_port()
D8250_port.c74 [PORT_8250] = {
974 up->port.type = PORT_8250; in autoconfig_8250()
D8250_omap.c1165 up.port.type = PORT_8250; in omap8250_probe()
/Linux-v4.19/drivers/tty/
Dmxser.c515 if ((info->type == PORT_16450) || (info->type == PORT_8250)) { in process_txrx_fifo()
682 if ((info->type == PORT_8250) || (info->type == PORT_16450)) { in mxser_change_speed()
/Linux-v4.19/drivers/tty/serial/
Dsunsu.c1161 up->port.type = PORT_8250; in sunsu_autoconfig()