Lines Matching refs:ctl_hs
916 u32 ctl_hs; in cp210x_get_termios_port() local
1014 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_get_termios_port()
1015 if (ctl_hs & CP210X_SERIAL_CTS_HANDSHAKE) { in cp210x_get_termios_port()
1233 u32 ctl_hs; in cp210x_set_termios() local
1238 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_termios()
1241 __func__, ctl_hs, flow_repl); in cp210x_set_termios()
1243 ctl_hs &= ~CP210X_SERIAL_DSR_HANDSHAKE; in cp210x_set_termios()
1244 ctl_hs &= ~CP210X_SERIAL_DCD_HANDSHAKE; in cp210x_set_termios()
1245 ctl_hs &= ~CP210X_SERIAL_DSR_SENSITIVITY; in cp210x_set_termios()
1246 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_set_termios()
1247 ctl_hs |= CP210X_SERIAL_DTR_SHIFT(CP210X_SERIAL_DTR_ACTIVE); in cp210x_set_termios()
1249 ctl_hs |= CP210X_SERIAL_CTS_HANDSHAKE; in cp210x_set_termios()
1256 ctl_hs &= ~CP210X_SERIAL_CTS_HANDSHAKE; in cp210x_set_termios()
1265 __func__, ctl_hs, flow_repl); in cp210x_set_termios()
1266 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_termios()