Lines Matching refs:flow_repl
1142 u32 flow_repl; in cp210x_set_flow_control() local
1196 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()
1207 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_flow_control()
1211 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_set_flow_control()
1213 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1218 flow_repl |= CP210X_SERIAL_RTS_ACTIVE; in cp210x_set_flow_control()
1220 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1225 flow_repl |= CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1230 flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1234 flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1236 flow_repl &= ~CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1239 ctl_hs, flow_repl); in cp210x_set_flow_control()
1242 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_flow_control()
1340 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1378 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_tiocmset_port()
1386 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_tiocmset_port()
1388 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_tiocmset_port()
1390 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_tiocmset_port()
1393 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_tiocmset_port()
1396 __func__, ctl_hs, flow_repl); in cp210x_tiocmset_port()