PORT_EFMUART      431 drivers/tty/serial/efm32-uart.c 	return port->type == PORT_EFMUART ? "efm32-uart" : NULL;
PORT_EFMUART      478 drivers/tty/serial/efm32-uart.c 		port->type = PORT_EFMUART;
PORT_EFMUART      486 drivers/tty/serial/efm32-uart.c 	if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART)
PORT_EFMUART      748 drivers/tty/serial/efm32-uart.c 	efm_port->port.type = PORT_EFMUART;