Home
last modified time | relevance | path

Searched refs:PORT_RSA (Results 1 – 4 of 4) 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()
H A D8250_port.c133 [PORT_RSA] = {
2102 case PORT_RSA: in serial8250_startup_special()
/linux/include/uapi/linux/
H A Dserial.h64 #define PORT_RSA 13 /* RSA-DV II/S card */ macro
/linux/drivers/tty/serial/
H A Dsunsu.c189 if (up->port.type == PORT_RSA) { in enable_rsa()
211 if (up->port.type == PORT_RSA && in disable_rsa()
793 else if (up->port.type == PORT_RSA) in sunsu_change_speed()
1141 if (up->port.type == PORT_RSA) in sunsu_autoconfig()