Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pnx833x/common/
Dplatform.c68 .type = PORT_PNX8XXX,
81 .type = PORT_PNX8XXX,
/Linux-v4.19/include/uapi/linux/
Dserial_core.h148 #define PORT_PNX8XXX 70 macro
/Linux-v4.19/drivers/tty/serial/
Dpnx8xxx_uart.c563 return sport->port.type == PORT_PNX8XXX ? "PNX8XXX" : NULL; in pnx8xxx_type()
598 sport->port.type = PORT_PNX8XXX; in pnx8xxx_config_port()
613 if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX) in pnx8xxx_verify_port()