Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/serial/
H A Dcp210x.c1143 u32 flow_repl; in cp210x_set_flow_control() local
1208 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_set_flow_control()
1212 flow_repl |= CP210X_SERIAL_RTS_FLOW_CTL; in cp210x_set_flow_control()
1214 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1219 flow_repl |= CP210X_SERIAL_RTS_ACTIVE; in cp210x_set_flow_control()
1221 flow_repl |= CP210X_SERIAL_RTS_INACTIVE; in cp210x_set_flow_control()
1226 flow_repl |= CP210X_SERIAL_AUTO_RECEIVE; in cp210x_set_flow_control()
1240 ctl_hs, flow_repl); in cp210x_set_flow_control()
1341 u32 ctl_hs, flow_repl; in cp210x_tiocmset_port() local
1387 flow_repl &= ~CP210X_SERIAL_RTS_MASK; in cp210x_tiocmset_port()
[all …]