Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Daltera_jtaguart.c164 port->type = PORT_ALTERA_JTAGUART; in altera_jtaguart_config_port()
213 return (port->type == PORT_ALTERA_JTAGUART) ? "Altera JTAG UART" : NULL; in altera_jtaguart_type()
230 if (ser->type != PORT_UNKNOWN && ser->type != PORT_ALTERA_JTAGUART) in altera_jtaguart_verify_port()
417 port->type = PORT_ALTERA_JTAGUART; in altera_jtaguart_probe()
/linux/include/uapi/linux/
H A Dserial_core.h144 #define PORT_ALTERA_JTAGUART 91 macro