keyspan_usa26msg.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:9k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2. usa26msg.h
  3. Copyright (c) 1998-2000 InnoSys Incorporated.  All Rights Reserved
  4. This file is available under a BSD-style copyright
  5. Keyspan USB Async Firmware to run on Anchor EZ-USB
  6. Redistribution and use in source and binary forms, with or without
  7. modification, are permitted provided that the following conditions are
  8. met:
  9. 1. Redistributions of source code must retain this licence text
  10.     without modification, this list of conditions, and the following
  11.     disclaimer.  The following copyright notice must appear immediately at
  12.     the beginning of all source files:
  13.          Copyright (c) 1998-2000 InnoSys Incorporated.  All Rights Reserved
  14.          This file is available under a BSD-style copyright
  15. 2. Redistributions in binary form must reproduce the above copyright
  16.     notice, this list of conditions and the following disclaimer in the
  17.     documentation and/or other materials provided with the distribution.
  18. 3. The name of InnoSys Incorprated may not be used to endorse or promote
  19.     products derived from this software without specific prior written
  20.     permission.
  21. THIS SOFTWARE IS PROVIDED BY INNOSYS CORP. ``AS IS'' AND ANY EXPRESS OR
  22. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  23. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  24. NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  25. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  26. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  27. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  28. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  29. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  30. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  31. SUCH DAMAGE.    
  32. Third revision: USA28X version (aka USA26)
  33. Buffer formats for RX/TX data messages are not defined by
  34. a structure, but are described here:
  35. USB OUT (host -> USAxx, transmit) messages contain a 
  36. REQUEST_ACK indicator (set to 0xff to request an ACK at the 
  37. completion of transmit; 0x00 otherwise), followed by data:
  38. RQSTACK DAT DAT DAT ...
  39. with a total data length of 63.
  40. USB IN (USAxx -> host, receive) messages begin with a status
  41. byte in which the 0x80 bit is either:
  42. (a) 0x80 bit clear
  43. indicates that the bytes following it are all data
  44. bytes:
  45. STAT DATA DATA DATA DATA DATA ...
  46. for a total of up to 63 DATA bytes,
  47. or:
  48. (b) 0x80 bit set
  49. indiates that the bytes following alternate data and
  50. status bytes:
  51. STAT DATA STAT DATA STAT DATA STAT DATA ...
  52. for a total of up to 32 DATA bytes.
  53. The valid bits in the STAT bytes are:
  54. OVERRUN 0x02
  55. PARITY 0x04
  56. FRAMING 0x08
  57. BREAK 0x10
  58. Notes:
  59. (1) The OVERRUN bit can appear in either (a) or (b) format
  60. messages, but the but the PARITY/FRAMING/BREAK bits
  61. only appear in (b) format messages.
  62. (2) For the host to determine the exact point at which the
  63. overrun occurred (to identify the point in the data
  64. stream at which the data was lost), it needs to count
  65. 128 characters, starting at the first character of the
  66. message in which OVERRUN was reported; the lost character(s)
  67. would have been received between the 128th and 129th
  68. characters.
  69. (3) An RX data message in which the first byte has 0x80 clear
  70. serves as a "break off" indicator.
  71. revision history:
  72. 1999feb10 add reportHskiaChanges to allow us to ignore them
  73. 1999feb10 add txAckThreshold for fast+loose throughput enhancement
  74. 1999mar30 beef up support for RX error reporting
  75. 1999apr14 add resetDataToggle to control message
  76. 2000jan04 merge with usa17msg.h
  77. 2000jun01 add extended BSD-style copyright text
  78. 2001jul05 change message format to improve OVERRUN case
  79. Note on shared names:
  80. In the case of fields which have been merged between the USA17
  81. and USA26 definitions, the USA26 definition is the first part
  82. of the name and the USA17 definition is the second part of the
  83. name; both meanings are described below.
  84. */
  85. #ifndef __USA26MSG__
  86. #define __USA26MSG__
  87. struct keyspan_usa26_portControlMessage
  88. {
  89. /*
  90. there are three types of "commands" sent in the control message:
  91. 1. configuration changes which must be requested by setting
  92. the corresponding "set" flag (and should only be requested
  93. when necessary, to reduce overhead on the USA26):
  94. */
  95. u8 setClocking, // BOTH: host requests baud rate be set
  96. baudLo, // BOTH: host does baud divisor calculation
  97. baudHi, // BOTH: baudHi is only used for first port (gives lower rates)
  98. externalClock_txClocking,
  99. // USA26: 0=internal, other=external
  100. // USA17: 0=internal, other=external/RI
  101. rxClocking, // USA17: 0=internal, 1=external/RI, other=external/DSR
  102. setLcr, // BOTH: host requests lcr be set
  103. lcr, // BOTH: use PARITY, STOPBITS, DATABITS below
  104. setFlowControl, // BOTH: host requests flow control be set
  105. ctsFlowControl, // BOTH: 1=use CTS flow control, 0=don't
  106. xonFlowControl, // BOTH: 1=use XON/XOFF flow control, 0=don't
  107. xonChar, // BOTH: specified in current character format
  108. xoffChar, // BOTH: specified in current character format
  109. setTxTriState_setRts,
  110. // USA26: host requests TX tri-state be set
  111. // USA17: host requests RTS output be set
  112. txTriState_rts, // BOTH: 1=active (normal), 0=tristate (off)
  113. setHskoa_setDtr,
  114. // USA26: host requests HSKOA output be set
  115. // USA17: host requests DTR output be set
  116. hskoa_dtr, // BOTH: 1=on, 0=off
  117. setPrescaler, // USA26: host requests prescalar be set (default: 13)
  118. prescaler; // BOTH: specified as N/8; values 8-ff are valid
  119. // must be set any time internal baud rate is set;
  120. // must not be set when external clocking is used
  121. // note: in USA17, prescaler is applied whenever
  122. // setClocking is requested
  123. /*
  124. 3. configuration data which is simply used as is (no overhead,
  125. but must be specified correctly in every host message).
  126. */
  127. u8 forwardingLength,  // BOTH: forward when this number of chars available
  128. reportHskiaChanges_dsrFlowControl,
  129. // USA26: 1=normal; 0=ignore external clock
  130. // USA17: 1=use DSR flow control, 0=don't
  131. txAckThreshold, // BOTH: 0=not allowed, 1=normal, 2-255 deliver ACK faster
  132. loopbackMode; // BOTH: 0=no loopback, 1=loopback enabled
  133. /*
  134. 4. commands which are flags only; these are processed in order
  135. (so that, e.g., if both _txOn and _txOff flags are set, the
  136. port ends in a TX_OFF state); any non-zero value is respected
  137. */
  138. u8 _txOn, // BOTH: enable transmitting (and continue if there's data)
  139. _txOff, // BOTH: stop transmitting
  140. txFlush, // BOTH: toss outbound data
  141. txBreak, // BOTH: turn on break (cleared by _txOn)
  142. rxOn, // BOTH: turn on receiver
  143. rxOff, // BOTH: turn off receiver
  144. rxFlush, // BOTH: toss inbound data
  145. rxForward, // BOTH: forward all inbound data, NOW (as if fwdLen==1)
  146. returnStatus, // BOTH: return current status (even if it hasn't changed)
  147. resetDataToggle;// BOTH: reset data toggle state to DATA0
  148. };
  149. // defines for bits in lcr
  150. #define USA_DATABITS_5 0x00
  151. #define USA_DATABITS_6 0x01
  152. #define USA_DATABITS_7 0x02
  153. #define USA_DATABITS_8 0x03
  154. #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes
  155. #define STOPBITS_5_1p5 0x04 // 1.5 stop bits for 5-bit byte
  156. #define STOPBITS_678_2 0x04 // 2 stop bits for 6/7/8-bit byte
  157. #define USA_PARITY_NONE 0x00
  158. #define USA_PARITY_ODD 0x08
  159. #define USA_PARITY_EVEN 0x18
  160. #define PARITY_1 0x28
  161. #define PARITY_0 0x38
  162. // all things called "StatusMessage" are sent on the status endpoint
  163. struct keyspan_usa26_portStatusMessage // one for each port
  164. {
  165. u8 port, // BOTH: 0=first, 1=second, other=see below
  166. hskia_cts, // USA26: reports HSKIA pin
  167. // USA17: reports CTS pin
  168. gpia_dcd, // USA26: reports GPIA pin
  169. // USA17: reports DCD pin
  170. dsr, // USA17: reports DSR pin
  171. ri, // USA17: reports RI pin
  172. _txOff, // port has been disabled (by host)
  173. _txXoff, // port is in XOFF state (either host or RX XOFF)
  174. rxEnabled, // as configured by rxOn/rxOff 1=on, 0=off
  175. controlResponse;// 1=a control message has been processed
  176. };
  177. // bits in RX data message when STAT byte is included
  178. #define RXERROR_OVERRUN 0x02
  179. #define RXERROR_PARITY 0x04
  180. #define RXERROR_FRAMING 0x08
  181. #define RXERROR_BREAK 0x10
  182. struct keyspan_usa26_globalControlMessage
  183. {
  184. u8 sendGlobalStatus, // 2=request for two status responses
  185. resetStatusToggle, // 1=reset global status toggle
  186. resetStatusCount; // a cycling value
  187. };
  188. struct keyspan_usa26_globalStatusMessage
  189. {
  190. u8 port, // 3
  191. sendGlobalStatus, // from request, decremented
  192. resetStatusCount; // as in request
  193. };
  194. struct keyspan_usa26_globalDebugMessage
  195. {
  196. u8 port, // 2
  197. a,
  198. b,
  199. c,
  200. d;
  201. };
  202. // ie: the maximum length of an EZUSB endpoint buffer
  203. #define MAX_DATA_LEN 64
  204. // update status approx. 60 times a second (16.6666 ms)
  205. #define STATUS_UPDATE_INTERVAL 16
  206. // status rationing tuning value (each port gets checked each n ms)
  207. #define STATUS_RATION 10
  208. #endif