Searched refs:flow_repl (Results 1 – 1 of 1) sorted by relevance
1138 u32 flow_repl; in cp210x_set_flow_control() local1183 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()1194 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_flow_control()1198 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_set_flow_control()1200 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()1205 flow_repl |= CP210X_SERIAL_RTS_ACTIVE; in cp210x_set_flow_control()1207 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()1212 flow_repl |= CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()1217 flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()1221 flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()[all …]