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