Searched refs:flow_repl (Results 1 – 1 of 1) sorted by relevance
1215 u32 flow_repl; in cp210x_set_termios() local1220 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_termios()1222 __func__, ctl_hs, flow_repl); in cp210x_set_termios()1232 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_termios()1233 flow_repl |= CP210X_SERIAL_RTS_SHIFT( in cp210x_set_termios()1239 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_termios()1240 flow_repl |= CP210X_SERIAL_RTS_SHIFT( in cp210x_set_termios()1246 __func__, ctl_hs, flow_repl); in cp210x_set_termios()1248 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_termios()