Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dserial_core.h86 #define PORT_ATMEL 49 macro
/linux-6.1.9/drivers/tty/serial/
Datmel_serial.c2422 return (port->type == PORT_ATMEL) ? "ATMEL_SERIAL" : NULL; in atmel_type()
2469 port->type = PORT_ATMEL; in atmel_config_port()
2480 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ATMEL) in atmel_verify_port()