Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_rsa.c59 if (port->type == PORT_RSA) { in univ8250_config_port()
74 if (port->type != PORT_RSA && up->probe & UART_PROBE_RSA) in univ8250_config_port()
84 if (ret == 0 && port->type == PORT_RSA) { in univ8250_request_port()
97 if (port->type == PORT_RSA) in univ8250_release_port()
151 if (up->port.type != PORT_RSA) in rsa_enable()
172 if (up->port.type != PORT_RSA) in rsa_disable()
202 up->port.type = PORT_RSA; in rsa_autoconfig()
207 if (up->port.type != PORT_RSA) in rsa_reset()
/linux/include/uapi/linux/
H A Dserial.h64 #define PORT_RSA 13 /* RSA-DV II/S card */ macro