Lines Matching refs:ctl_hs
1139 u32 ctl_hs; in cp210x_set_flow_control() local
1191 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_set_flow_control()
1194 ctl_hs &= ~CP210X_SERIAL_DSR_HANDSHAKE; in cp210x_set_flow_control()
1195 ctl_hs &= ~CP210X_SERIAL_DCD_HANDSHAKE; in cp210x_set_flow_control()
1196 ctl_hs &= ~CP210X_SERIAL_DSR_SENSITIVITY; in cp210x_set_flow_control()
1197 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_set_flow_control()
1199 ctl_hs |= CP210X_SERIAL_DTR_ACTIVE; in cp210x_set_flow_control()
1201 ctl_hs |= CP210X_SERIAL_DTR_INACTIVE; in cp210x_set_flow_control()
1205 ctl_hs |= CP210X_SERIAL_CTS_HANDSHAKE; in cp210x_set_flow_control()
1212 ctl_hs &= ~CP210X_SERIAL_CTS_HANDSHAKE; in cp210x_set_flow_control()
1235 ctl_hs, flow_repl); in cp210x_set_flow_control()
1237 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_set_flow_control()
1336 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1373 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake); in cp210x_tiocmset_port()
1376 ctl_hs &= ~CP210X_SERIAL_DTR_MASK; in cp210x_tiocmset_port()
1378 ctl_hs |= CP210X_SERIAL_DTR_ACTIVE; in cp210x_tiocmset_port()
1380 ctl_hs |= CP210X_SERIAL_DTR_INACTIVE; in cp210x_tiocmset_port()
1388 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs); in cp210x_tiocmset_port()
1392 __func__, ctl_hs, flow_repl); in cp210x_tiocmset_port()