Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Daltera_uart.c306 port->type = PORT_ALTERA_UART; in altera_uart_config_port()
366 return (port->type == PORT_ALTERA_UART) ? "Altera UART" : NULL; in altera_uart_type()
383 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_ALTERA_UART)) in altera_uart_verify_port()
603 port->type = PORT_ALTERA_UART; in altera_uart_probe()
/Linux-v6.1/include/uapi/linux/
Dserial_core.h187 #define PORT_ALTERA_UART 92 macro