Lines Matching refs:flow_repl
1136 u32 flow_repl; in cp210x_set_flow_control() local
1181 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()
1192 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_flow_control()
1196 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_set_flow_control()
1198 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1203 flow_repl |= CP210X_SERIAL_RTS_ACTIVE; in cp210x_set_flow_control()
1205 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1210 flow_repl |= CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1215 flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1219 flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1221 flow_repl &= ~CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
1224 ctl_hs, flow_repl); in cp210x_set_flow_control()
1227 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_flow_control()
1324 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1362 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_tiocmset_port()
1370 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_tiocmset_port()
1372 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_tiocmset_port()
1374 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_tiocmset_port()
1377 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_tiocmset_port()
1380 __func__, ctl_hs, flow_repl); in cp210x_tiocmset_port()