Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dserial_core.h186 #define PORT_ARC 101 macro
/linux-6.6.21/drivers/tty/serial/
Darc_uart.c399 return port->type == PORT_ARC ? DRIVER_NAME : NULL; in arc_serial_type()
417 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
429 port->type = PORT_ARC; in arc_serial_config_port()