Home
last modified time | relevance | path

Searched refs:flow_repl (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/serial/
Dcp210x.c1215 u32 flow_repl; in cp210x_set_termios() local
1220 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()