Searched refs:flow_repl (Results 1 – 1 of 1) sorted by relevance
1070 u32 flow_repl; in cp210x_get_termios_port() local1178 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_get_termios_port()1179 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_get_termios_port()1180 flow_repl |= CP210X_SERIAL_RTS_SHIFT(CP210X_SERIAL_RTS_FLOW_CTL); in cp210x_get_termios_port()1181 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_get_termios_port()1439 u32 flow_repl; in cp210x_set_termios() local1444 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_termios()1446 __func__, ctl_hs, flow_repl); in cp210x_set_termios()1456 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_termios()1457 flow_repl |= CP210X_SERIAL_RTS_SHIFT( in cp210x_set_termios()[all …]