Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dserial_core.h172 #define PORT_ARC 101 macro
/linux-6.12.1/drivers/tty/serial/
Darc_uart.c397 return port->type == PORT_ARC ? DRIVER_NAME : NULL; in arc_serial_type()
415 if (port->type != PORT_UNKNOWN && ser->type != PORT_ARC) in arc_serial_verify_port()
427 port->type = PORT_ARC; in arc_serial_config_port()