Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dserial.h57 #define PORT_16750 8 macro
Dserial_core.h36 #define PORT_16750 8 macro
/linux-4.1.27/drivers/tty/serial/
Dsunsu.c831 if (up->port.type == PORT_16750) in sunsu_change_speed()
889 if (up->port.type == PORT_16750) in sunsu_change_speed()
893 if (up->port.type != PORT_16750) { in sunsu_change_speed()
1146 up->port.type = PORT_16750; in sunsu_autoconfig()
Dof_serial.c330 { .compatible = "ns16750", .data = (void *)PORT_16750, },
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c187 [PORT_16750] = {
1076 up->port.type = PORT_16750; in autoconfig_16550a()
2681 if (port->type == PORT_16750) in serial8250_do_set_termios()
2685 if (port->type != PORT_16750) { in serial8250_do_set_termios()
D8250_pci.c1615 port->port.type = PORT_16750; in intel_mid_serial_setup()