Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial.h61 #define PORT_16C950 10 /* Oxford Semiconductor */ macro
/linux/drivers/tty/serial/
H A Dsunsu.c249 if (up->port.type == PORT_16C950) { in sunsu_stop_tx()
268 if (up->port.type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in sunsu_start_tx()
595 if (up->port.type == PORT_16C950) { in sunsu_startup()
785 if ((quot & 0xff) == 0 && up->port.type == PORT_16C950 && in sunsu_change_speed()
/linux/drivers/tty/serial/8250/
H A D8250_port.c108 [PORT_16C950] = {
824 up->port.type = PORT_16C950; in autoconfig_has_efr()
1410 if (port->type == PORT_16C950) { in serial8250_stop_tx()
1435 if (port->type == PORT_16C950 && up->acr & UART_ACR_TXDIS) { in __start_tx()
2066 case PORT_16C950: { in serial8250_startup_special()