Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dmxs-auart.c234 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX) in mxs_auart_verify_port()
715 s->port.type = PORT_IMX; in mxs_auart_probe()
Dimx.c1035 return sport->port.type == PORT_IMX ? "IMX" : NULL; in imx_type()
1077 sport->port.type = PORT_IMX; in imx_config_port()
1091 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX) in imx_verify_port()
1493 sport->port.type = PORT_IMX, in serial_imx_probe()
/linux-3.4.99/include/linux/
Dserial_core.h114 #define PORT_IMX 62 macro