Lines Matching refs:flow_repl
1133 u32 flow_repl; in cp210x_set_flow_control() local
1178 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()
1189 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_flow_control()
1193 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_set_flow_control()
1195 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1200 flow_repl |= CP210X_SERIAL_RTS_ACTIVE; in cp210x_set_flow_control()
1202 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1207 flow_repl |= CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1212 flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1216 flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1218 flow_repl &= ~CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1221 ctl_hs, flow_repl); in cp210x_set_flow_control()
1224 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_flow_control()
1321 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1359 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_tiocmset_port()
1367 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_tiocmset_port()
1369 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_tiocmset_port()
1371 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_tiocmset_port()
1374 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_tiocmset_port()
1377 __func__, ctl_hs, flow_repl); in cp210x_tiocmset_port()