Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dserial_core.h137 #define PORT_PNX8XXX 70 macro
/Linux-v5.10/drivers/tty/serial/
Dpnx8xxx_uart.c557 return sport->port.type == PORT_PNX8XXX ? "PNX8XXX" : NULL; in pnx8xxx_type()
592 sport->port.type = PORT_PNX8XXX; in pnx8xxx_config_port()
607 if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX) in pnx8xxx_verify_port()