Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dserial.h51 #define PORT_16450 2 macro
Dserial_core.h30 #define PORT_16450 2 macro
/linux-4.1.27/drivers/tty/serial/
Dof_serial.c327 { .compatible = "ns16450", .data = (void *)PORT_16450, },
Dsunsu.c1104 up->port.type = PORT_16450; in sunsu_autoconfig()
1151 if (up->port.type == PORT_16450) { in sunsu_autoconfig()
/linux-4.1.27/drivers/tty/
Dmxser.c518 if ((info->type == PORT_16450) || (info->type == PORT_8250)) { in process_txrx_fifo()
680 if ((info->type == PORT_8250) || (info->type == PORT_16450)) { in mxser_change_speed()
2535 brd->uart_type = PORT_16450; in mxser_get_ISA_conf()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c149 [PORT_16450] = {
927 up->port.type = PORT_16450; in autoconfig_8250()