Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/pnx833x/common/
Dplatform.c68 .type = PORT_PNX8XXX,
81 .type = PORT_PNX8XXX,
/linux-4.1.27/include/uapi/linux/
Dserial_core.h140 #define PORT_PNX8XXX 70 macro
/linux-4.1.27/drivers/tty/serial/
Dpnx8xxx_uart.c567 return sport->port.type == PORT_PNX8XXX ? "PNX8XXX" : NULL; in pnx8xxx_type()
602 sport->port.type = PORT_PNX8XXX; in pnx8xxx_config_port()
617 if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX) in pnx8xxx_verify_port()