Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/serial/
Dcp210x.c1234 u32 flow_repl; in cp210x_set_termios() local
1239 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_termios()
1241 __func__, ctl_hs, flow_repl); in cp210x_set_termios()
1251 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_termios()
1252 flow_repl |= CP210X_SERIAL_RTS_SHIFT( in cp210x_set_termios()
1258 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_termios()
1259 flow_repl |= CP210X_SERIAL_RTS_SHIFT( in cp210x_set_termios()
1265 __func__, ctl_hs, flow_repl); in cp210x_set_termios()
1267 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl); in cp210x_set_termios()