Searched refs:PORT_ATMEL (Results 1 – 2 of 2) sorted by relevance
88 #define PORT_ATMEL 49 macro
2405 return (port->type == PORT_ATMEL) ? "ATMEL_SERIAL" : NULL; in atmel_type()2452 port->type = PORT_ATMEL; in atmel_config_port()2463 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ATMEL) in atmel_verify_port()