Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dserial_core.h44 #define PORT_SA1100 34 macro
/linux-6.12.1/drivers/tty/serial/
Dsa1100.c496 return sport->port.type == PORT_SA1100 ? "SA1100" : NULL; in sa1100_type()
532 sport->port.type = PORT_SA1100; in sa1100_config_port()
547 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port()