Lines Matching full:both

110 	name; both meanings are described below.
126 u8 setClocking, // BOTH: host requests baud rate be set
127 baudLo, // BOTH: host does baud divisor calculation
128 baudHi, // BOTH: baudHi is only used for first port (gives lower rates)
135 setLcr, // BOTH: host requests lcr be set
136 lcr, // BOTH: use PARITY, STOPBITS, DATABITS below
138 setFlowControl, // BOTH: host requests flow control be set
139 ctsFlowControl, // BOTH: 1=use CTS flow control, 0=don't
140 xonFlowControl, // BOTH: 1=use XON/XOFF flow control, 0=don't
141 xonChar, // BOTH: specified in current character format
142 xoffChar, // BOTH: specified in current character format
147 txTriState_rts, // BOTH: 1=active (normal), 0=tristate (off)
152 hskoa_dtr, // BOTH: 1=on, 0=off
155 prescaler; // BOTH: specified as N/8; values 8-ff are valid
165 u8 forwardingLength, // BOTH: forward when this number of chars available
169 txAckThreshold, // BOTH: 0=not allowed, 1=normal, 2-255 deliver ACK faster
170 loopbackMode; // BOTH: 0=no loopback, 1=loopback enabled
174 (so that, e.g., if both _txOn and _txOff flags are set, the
177 u8 _txOn, // BOTH: enable transmitting (and continue if there's data)
178 _txOff, // BOTH: stop transmitting
179 txFlush, // BOTH: toss outbound data
180 txBreak, // BOTH: turn on break (cleared by _txOn)
181 rxOn, // BOTH: turn on receiver
182 rxOff, // BOTH: turn off receiver
183 rxFlush, // BOTH: toss inbound data
184 rxForward, // BOTH: forward all inbound data, NOW (as if fwdLen==1)
185 returnStatus, // BOTH: return current status (even if it hasn't changed)
186 resetDataToggle;// BOTH: reset data toggle state to DATA0
208 u8 port, // BOTH: 0=first, 1=second, other=see below