Lines Matching refs:flow_ctl
1090 struct cp210x_flow_ctl flow_ctl;
1190 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl,
1191 sizeof(flow_ctl));
1192 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake);
1202 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace);
1205 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl);
1208 &flow_ctl,
1209 sizeof(flow_ctl));
1465 struct cp210x_flow_ctl flow_ctl;
1469 cp210x_read_reg_block(port, CP210X_GET_FLOW, &flow_ctl,
1470 sizeof(flow_ctl));
1471 ctl_hs = le32_to_cpu(flow_ctl.ulControlHandshake);
1472 flow_repl = le32_to_cpu(flow_ctl.ulFlowReplace);
1499 flow_ctl.ulControlHandshake = cpu_to_le32(ctl_hs);
1500 flow_ctl.ulFlowReplace = cpu_to_le32(flow_repl);
1501 cp210x_write_reg_block(port, CP210X_SET_FLOW, &flow_ctl,
1502 sizeof(flow_ctl));