Lines Matching defs:keyspan_usa28_portControlMessage
94 struct keyspan_usa28_portControlMessage struct
103 u8 setBaudRate, // 0=don't set, 1=baudLo/Hi, 2=115.2K, 3=230.4K
104 baudLo, // host does baud divisor calculation
105 baudHi; // baudHi is only used for first port (gives lower rates)
111 u8 parity, // 1=use parity, 0=don't
112 ctsFlowControl, // all except 19Q: 1=use CTS flow control, 0=don't
114 xonFlowControl, // 1=use XON/XOFF flow control, 0=don't
115 rts, // 1=on, 0=off
116 dtr; // 1=on, 0=off
122 u8 forwardingLength, // forward when this number of chars available
123 forwardMs, // forward this many ms after last rx data
124 breakThreshold, // specified in ms, 1-255 (see note below)
125 xonChar, // specified in current character format
126 xoffChar; // specified in current character format
133 u8 _txOn, // enable transmitting (and continue if there's data)
134 _txOff, // stop transmitting
135 txFlush, // toss outbound data
136 txForceXoff, // pretend we've received XOFF
137 txBreak, // turn on break (leave on until txOn clears it)
138 rxOn, // turn on receiver
139 rxOff, // turn off receiver
140 rxFlush, // toss inbound data
141 rxForward, // forward all inbound data, NOW
142 returnStatus, // return current status n times (1 or 2)
143 resetDataToggle;// reset data toggle state to DATA0