Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dserial_core.h70 #define PORT_SA1100 34 macro
/linux-4.1.27/drivers/tty/serial/
Dsa1100.c527 return sport->port.type == PORT_SA1100 ? "SA1100" : NULL; in sa1100_type()
563 sport->port.type = PORT_SA1100; in sa1100_config_port()
578 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port()