PORT_ALTERA_UART  312 drivers/tty/serial/altera_uart.c 	port->type = PORT_ALTERA_UART;
PORT_ALTERA_UART  372 drivers/tty/serial/altera_uart.c 	return (port->type == PORT_ALTERA_UART) ? "Altera UART" : NULL;
PORT_ALTERA_UART  389 drivers/tty/serial/altera_uart.c 	if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART))
PORT_ALTERA_UART  608 drivers/tty/serial/altera_uart.c 	port->type = PORT_ALTERA_UART;