Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_core.h74 #define PORT_ATMEL 49 macro
/linux/drivers/tty/serial/
H A Datmel_serial.c2397 return (port->type == PORT_ATMEL) ? "ATMEL_SERIAL" : NULL; in atmel_type()
2444 port->type = PORT_ATMEL; in atmel_config_port()
2455 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ATMEL) in atmel_verify_port()