Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/8250/
D8250_rsa.c58 if (port->type == PORT_RSA) { in univ8250_config_port()
73 if (port->type != PORT_RSA && up->probe & UART_PROBE_RSA) in univ8250_config_port()
83 if (ret == 0 && port->type == PORT_RSA) { in univ8250_request_port()
96 if (port->type == PORT_RSA) in univ8250_release_port()
D8250_port.c141 [PORT_RSA] = {
729 if (up->port.type == PORT_RSA) { in enable_rsa()
751 if (up->port.type == PORT_RSA && in disable_rsa()
1262 port->type = PORT_RSA; in autoconfig()
1279 if (port->type == PORT_RSA) in autoconfig()
/linux-6.12.1/include/uapi/linux/
Dserial.h64 #define PORT_RSA 13 /* RSA-DV II/S card */ macro
/linux-6.12.1/drivers/tty/serial/
Dsunsu.c213 if (up->port.type == PORT_RSA) { in enable_rsa()
235 if (up->port.type == PORT_RSA && in disable_rsa()
817 else if (up->port.type == PORT_RSA) in sunsu_change_speed()
1165 if (up->port.type == PORT_RSA) in sunsu_autoconfig()