Searched refs:modem_ctl (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
H A Dcp210x.c521 unsigned int cflag, modem_ctl[4]; cp210x_get_termios_port() local
619 cp210x_get_config(port, CP210X_GET_FLOW, modem_ctl, 16); cp210x_get_termios_port()
620 if (modem_ctl[0] & 0x0008) { cp210x_get_termios_port()
690 unsigned int modem_ctl[4]; cp210x_set_termios() local
774 cp210x_get_config(port, CP210X_GET_FLOW, modem_ctl, 16); cp210x_set_termios()
776 __func__, modem_ctl[0], modem_ctl[1], cp210x_set_termios()
777 modem_ctl[2], modem_ctl[3]); cp210x_set_termios()
780 modem_ctl[0] &= ~0x7B; cp210x_set_termios()
781 modem_ctl[0] |= 0x09; cp210x_set_termios()
782 modem_ctl[1] = 0x80; cp210x_set_termios()
785 modem_ctl[0] &= ~0x7B; cp210x_set_termios()
786 modem_ctl[0] |= 0x01; cp210x_set_termios()
787 modem_ctl[1] |= 0x40; cp210x_set_termios()
792 __func__, modem_ctl[0], modem_ctl[1], cp210x_set_termios()
793 modem_ctl[2], modem_ctl[3]); cp210x_set_termios()
794 cp210x_set_config(port, CP210X_SET_FLOW, modem_ctl, 16); cp210x_set_termios()

Completed in 65 milliseconds