Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial_core.h237 #define PORT_RP2 102 macro
/Linux-v4.19/drivers/tty/serial/
Drp2.c550 return (port->type == PORT_RP2) ? "RocketPort 2 UART" : NULL; in rp2_uart_type()
567 port->type = PORT_RP2; in rp2_uart_config_port()
573 if (ser->type != PORT_UNKNOWN && ser->type != PORT_RP2) in rp2_uart_verify_port()
695 p->type = PORT_RP2; in rp2_fw_cb()