Searched refs:flow_repl (Results 1 – 1 of 1) sorted by relevance
1091 u32 flow_repl; in cp210x_get_termios_port() local1199 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_get_termios_port()1200 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_get_termios_port()1201 flow_repl |= CP210X_SERIAL_RTS_SHIFT(CP210X_SERIAL_RTS_FLOW_CTL); in cp210x_get_termios_port()1202 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_get_termios_port()1464 u32 flow_repl; in cp210x_set_termios() local1469 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_termios()1471 __func__, ctl_hs, flow_repl); in cp210x_set_termios()1481 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_termios()1482 flow_repl |= CP210X_SERIAL_RTS_SHIFT( in cp210x_set_termios()[all …]