Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dserial_core.h184 #define PORT_MSM 88 macro
/linux-3.4.99/drivers/tty/serial/
Dmsm_serial.c664 port->type = PORT_MSM; in msm_config_port()
677 if (unlikely(ser->type != PORT_UNKNOWN && ser->type != PORT_MSM)) in msm_verify_port()
Dmsm_serial_hs.c1082 uport->type = PORT_MSM; in msm_hs_config_port()
1379 return (port->type == PORT_MSM) ? "MSM_HS_UART" : NULL; in msm_hs_type()