Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h143 #define PORT_MAX3100 86 macro
/openbmc/linux/drivers/tty/serial/
H A Dmax3100.c650 return s->port.type == PORT_MAX3100 ? "MAX3100" : NULL; in max3100_type()
671 s->port.type = PORT_MAX3100; in max3100_config_port()
684 if (ser->type == PORT_UNKNOWN || ser->type == PORT_MAX3100) in max3100_verify_port()
802 max3100s[i]->port.type = PORT_MAX3100; in max3100_probe()