Searched refs:PORT_ALTERA_UART (Results 1 – 2 of 2) sorted by relevance
307 port->type = PORT_ALTERA_UART; in altera_uart_config_port()367 return (port->type == PORT_ALTERA_UART) ? "Altera UART" : NULL; in altera_uart_type()384 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()604 port->type = PORT_ALTERA_UART; in altera_uart_probe()
187 #define PORT_ALTERA_UART 92 macro