Lines Matching refs:ctl_hs
1174 u32 ctl_hs; in cp210x_set_flow_control() local
1217 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_flow_control()
1220 ctl_hs &= ~CP210X_SERIAL_DSR_HANDSHAKE; in cp210x_set_flow_control()
1221 ctl_hs &= ~CP210X_SERIAL_DCD_HANDSHAKE; in cp210x_set_flow_control()
1222 ctl_hs &= ~CP210X_SERIAL_DSR_SENSITIVITY; in cp210x_set_flow_control()
1223 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_set_flow_control()
1225 ctl_hs |= CP210X_SERIAL_DTR_ACTIVE; in cp210x_set_flow_control()
1227 ctl_hs |= CP210X_SERIAL_DTR_INACTIVE; in cp210x_set_flow_control()
1231 ctl_hs |= CP210X_SERIAL_CTS_HANDSHAKE; in cp210x_set_flow_control()
1238 ctl_hs &= ~CP210X_SERIAL_CTS_HANDSHAKE; in cp210x_set_flow_control()
1261 ctl_hs, flow_repl); in cp210x_set_flow_control()
1263 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_flow_control()
1360 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1397 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_tiocmset_port()
1400 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_tiocmset_port()
1402 ctl_hs |= CP210X_SERIAL_DTR_ACTIVE; in cp210x_tiocmset_port()
1404 ctl_hs |= CP210X_SERIAL_DTR_INACTIVE; in cp210x_tiocmset_port()
1412 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_tiocmset_port()
1416 __func__, ctl_hs, flow_repl); in cp210x_tiocmset_port()