Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dimx.c947 return sport->port.type == PORT_IMX ? "IMX" : NULL; in imx_type()
990 sport->port.type = PORT_IMX; in imx_config_port()
1004 if (ser->type != PORT_UNKNOWN && ser->type != PORT_IMX) in imx_verify_port()
1255 sport->port.type = PORT_IMX, in serial_imx_probe()
Dmxs-auart.c233 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX) in mxs_auart_verify_port()
706 s->port.type = PORT_IMX; in mxs_auart_probe()
/linux-2.6.39/include/linux/
Dserial_core.h108 #define PORT_IMX 62 macro