Lines Matching defs:keyspan_usa26_portControlMessage

116 struct keyspan_usa26_portControlMessage  struct
125 u8 setClocking, // BOTH: host requests baud rate be set
126 baudLo, // BOTH: host does baud divisor calculation
127 baudHi, // BOTH: baudHi is only used for first port (gives lower rates)
128 externalClock_txClocking,
131 rxClocking, // USA17: 0=internal, 1=external/RI, other=external/DSR
134 setLcr, // BOTH: host requests lcr be set
135 lcr, // BOTH: use PARITY, STOPBITS, DATABITS below
137 setFlowControl, // BOTH: host requests flow control be set
138 ctsFlowControl, // BOTH: 1=use CTS flow control, 0=don't
139 xonFlowControl, // BOTH: 1=use XON/XOFF flow control, 0=don't
140 xonChar, // BOTH: specified in current character format
141 xoffChar, // BOTH: specified in current character format
143 setTxTriState_setRts,
146 txTriState_rts, // BOTH: 1=active (normal), 0=tristate (off)
148 setHskoa_setDtr,
151 hskoa_dtr, // BOTH: 1=on, 0=off
153 setPrescaler, // USA26: host requests prescalar be set (default: 13)
154 prescaler; // BOTH: specified as N/8; values 8-ff are valid
164 u8 forwardingLength, // BOTH: forward when this number of chars available
165 reportHskiaChanges_dsrFlowControl,
168 txAckThreshold, // BOTH: 0=not allowed, 1=normal, 2-255 deliver ACK faster
169 loopbackMode; // BOTH: 0=no loopback, 1=loopback enabled
176 u8 _txOn, // BOTH: enable transmitting (and continue if there's data)
177 _txOff, // BOTH: stop transmitting
178 txFlush, // BOTH: toss outbound data
179 txBreak, // BOTH: turn on break (cleared by _txOn)
180 rxOn, // BOTH: turn on receiver
181 rxOff, // BOTH: turn off receiver
182 rxFlush, // BOTH: toss inbound data
183 rxForward, // BOTH: forward all inbound data, NOW (as if fwdLen==1)
184 returnStatus, // BOTH: return current status (even if it hasn't changed)
185 resetDataToggle;// BOTH: reset data toggle state to DATA0