Lines Matching defs:keyspan_usa49_portControlMessage

125 struct keyspan_usa49_portControlMessage  struct
131 u8 portNumber,
140 setClocking, // host requests baud rate be set
141 baudLo, // host does baud divisor calculation
142 baudHi, // baudHi is only used for first port (gives lower rates)
143 prescaler, // specified as N/8; values 8-ff are valid
145 txClocking, // 0=internal, 1=external/DSR
146 rxClocking, // 0=internal, 1=external/DSR
148 setLcr, // host requests lcr be set
149 lcr, // use PARITY, STOPBITS, DATABITS below
151 setFlowControl, // host requests flow control be set
152 ctsFlowControl, // 1=use CTS flow control, 0=don't
153 xonFlowControl, // 1=use XON/XOFF flow control, 0=don't
154 xonChar, // specified in current character format
155 xoffChar, // specified in current character format
157 setRts, // host requests RTS output be set
158 rts, // 1=active, 0=inactive
160 setDtr, // host requests DTR output be set
161 dtr; // 1=on, 0=off
168 u8 forwardingLength, // forward when this number of chars available
169 dsrFlowControl, // 1=use DSR flow control, 0=don't
170 txAckThreshold, // 0=not allowed, 1=normal, 2-255 deliver ACK faster
171 loopbackMode; // 0=no loopback, 1=loopback enabled
178 u8 _txOn, // enable transmitting (and continue if there's data)
179 _txOff, // stop transmitting
180 txFlush, // toss outbound data
181 txBreak, // turn on break (cleared by _txOn)
182 rxOn, // turn on receiver
183 rxOff, // turn off receiver
184 rxFlush, // toss inbound data
185 rxForward, // forward all inbound data, NOW (as if fwdLen==1)
186 returnStatus, // return current status (even if it hasn't changed)
187 resetDataToggle,// reset data toggle state to DATA0
188 enablePort, // start servicing port (move data, check status)
189 disablePort; // stop servicing port (does implicit tx/rx flush/off)