Searched refs:PORT_RSA (Results 1 – 2 of 2) sorted by relevance
59 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()
64 #define PORT_RSA 13 /* RSA-DV II/S card */ macro