Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dcp210x.c1173 u32 flow_repl; in cp210x_set_flow_control() local
1218 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace); in cp210x_set_flow_control()
1229 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_flow_control()
1233 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_set_flow_control()
1235 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1240 flow_repl |= CP210X_SERIAL_RTS_ACTIVE; in cp210x_set_flow_control()
1242 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1247 flow_repl |= CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1252 flow_repl &= ~CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1256 flow_repl |= CP210X_SERIAL_AUTO_TRANSMIT; in cp210x_set_flow_control()
[all …]