Home
last modified time | relevance | path

Searched refs:PORT_MN10300_CTS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dserial_core.h170 #define PORT_MN10300_CTS 81 macro
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial.c291 .uart.type = PORT_MN10300_CTS,
760 if (port->type == PORT_MN10300_CTS) { in mn10300_serial_interrupt()
807 if (port->type == PORT_MN10300_CTS && !(*port->_status & SC2STR_CTS)) in mn10300_serial_get_mctrl()
908 if (port->type == PORT_MN10300_CTS) { in mn10300_serial_enable_ms()
1338 if (port->type == PORT_MN10300_CTS && cflag & CRTSCTS) { in mn10300_serial_change_speed()
1420 if (port->uart.type == PORT_MN10300_CTS) in mn10300_serial_type()
1466 port->uart.type = PORT_MN10300_CTS; in mn10300_serial_config_port()
1499 ss->type != PORT_MN10300_CTS) in mn10300_serial_verify_port()