flow_repl        1235 drivers/usb/serial/cp210x.c 		u32 flow_repl;
flow_repl        1240 drivers/usb/serial/cp210x.c 		flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace);
flow_repl        1242 drivers/usb/serial/cp210x.c 				__func__, ctl_hs, flow_repl);
flow_repl        1252 drivers/usb/serial/cp210x.c 			flow_repl &= ~CP210X_SERIAL_RTS_MASK;
flow_repl        1253 drivers/usb/serial/cp210x.c 			flow_repl |= CP210X_SERIAL_RTS_SHIFT(
flow_repl        1259 drivers/usb/serial/cp210x.c 			flow_repl &= ~CP210X_SERIAL_RTS_MASK;
flow_repl        1260 drivers/usb/serial/cp210x.c 			flow_repl |= CP210X_SERIAL_RTS_SHIFT(
flow_repl        1266 drivers/usb/serial/cp210x.c 				__func__, ctl_hs, flow_repl);
flow_repl        1268 drivers/usb/serial/cp210x.c 		flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl);