Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dserial_core.h229 #define PORT_RP2 102 macro
/linux-4.4.14/drivers/tty/serial/
Drp2.c553 return (port->type == PORT_RP2) ? "RocketPort 2 UART" : NULL; in rp2_uart_type()
570 port->type = PORT_RP2; in rp2_uart_config_port()
576 if (ser->type != PORT_UNKNOWN && ser->type != PORT_RP2) in rp2_uart_verify_port()
698 p->type = PORT_RP2; in rp2_fw_cb()