Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dserial.h79 #define PORT_RSA 13 /* RSA-DV II/S card */ macro
Dserial_core.h41 #define PORT_RSA 13 macro
/linux-2.6.39/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()
1160 if (up->port.type == PORT_RSA) in sunsu_autoconfig()
D8250.c257 [PORT_RSA] = {
723 if (up->port.type == PORT_RSA) { in enable_rsa()
745 if (up->port.type == PORT_RSA && in disable_rsa()
1260 up->port.type = PORT_RSA; in autoconfig()
1287 if (up->port.type == PORT_RSA) in autoconfig()
2632 if (up->port.type == PORT_RSA) in serial8250_release_port()
2643 if (ret == 0 && up->port.type == PORT_RSA) { in serial8250_request_port()
2684 if (up->port.type != PORT_RSA && probeflags & PROBE_RSA) in serial8250_config_port()