Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dserial.h79 #define PORT_RSA 13 /* RSA-DV II/S card */ macro
Dserial_core.h41 #define PORT_RSA 13 macro
/linux-3.4.99/drivers/tty/serial/8250/
D8250.c221 [PORT_RSA] = {
647 if (up->port.type == PORT_RSA) { in enable_rsa()
669 if (up->port.type == PORT_RSA && in disable_rsa()
1192 port->type = PORT_RSA; in autoconfig()
1219 if (port->type == PORT_RSA) in autoconfig()
2612 if (port->type == PORT_RSA) in serial8250_release_port()
2623 if (ret == 0 && port->type == PORT_RSA) { in serial8250_request_port()
2664 if (port->type != PORT_RSA && probeflags & PROBE_RSA) in serial8250_config_port()
/linux-3.4.99/drivers/tty/serial/
Dsunsu.c209 if (up->port.type == PORT_RSA) { in enable_rsa()
231 if (up->port.type == PORT_RSA && in disable_rsa()
814 else if (up->port.type == PORT_RSA) in sunsu_change_speed()
1161 if (up->port.type == PORT_RSA) in sunsu_autoconfig()