Lines Matching refs:flow_repl
1173 u32 flow_repl; in cp210x_set_flow_control() local
1218 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()
1229 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_flow_control()
1233 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_set_flow_control()
1235 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1240 flow_repl |= CP210X_SERIAL_RTS_ACTIVE; in cp210x_set_flow_control()
1242 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1247 flow_repl |= CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1252 flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1256 flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1258 flow_repl &= ~CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1261 ctl_hs, flow_repl); in cp210x_set_flow_control()
1264 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_flow_control()
1360 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1398 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_tiocmset_port()
1406 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_tiocmset_port()
1408 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_tiocmset_port()
1410 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_tiocmset_port()
1413 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_tiocmset_port()
1416 __func__, ctl_hs, flow_repl); in cp210x_tiocmset_port()