Home
last modified time | relevance | path

Searched refs:PORT_16C950 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dserial.h59 #define PORT_16C950 10 /* Oxford Semiconductor */ macro
Dserial_core.h38 #define PORT_16C950 10 macro
/linux-4.1.27/drivers/tty/serial/
Dsunsu.c275 if (up->port.type == PORT_16C950) { in sunsu_stop_tx()
294 if (up->port.type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in sunsu_start_tx()
625 if (up->port.type == PORT_16C950) { in sunsu_startup()
817 if ((quot & 0xff) == 0 && up->port.type == PORT_16C950 && in sunsu_change_speed()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c201 [PORT_16C950] = {
864 up->port.type = PORT_16C950; in autoconfig_has_efr()
1380 if (port->type == PORT_16C950) { in serial8250_stop_tx()
1412 if (port->type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in serial8250_start_tx()
2167 if (port->type == PORT_16C950) { in serial8250_do_startup()