Searched refs:PORT_IMX (Results 1 – 3 of 3) sorted by relevance
234 if (u->type != PORT_UNKNOWN && u->type != PORT_IMX) in mxs_auart_verify_port()715 s->port.type = PORT_IMX; in mxs_auart_probe()
1035 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()
114 #define PORT_IMX 62 macro