Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_core.h232 #define PORT_SUNPLUS 123 macro
/linux/drivers/tty/serial/
H A Dsunplus-uart.c427 return port->type == PORT_SUNPLUS ? "sunplus_uart" : NULL; in sunplus_type()
433 port->type = PORT_SUNPLUS; in sunplus_config_port()
438 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SUNPLUS) in sunplus_verify_port()