z8530.h
上传用户:hepax88
上传日期:2007-01-03
资源大小:1101k
文件大小:8k
源码类别:

TCP/IP协议栈

开发平台:

Visual C++

  1. #ifndef _Z8530_H
  2. #define _Z8530_H
  3. #ifndef _GLOBAL_H
  4. #include "global.h"
  5. #endif
  6. /* In z8530.asm: */
  7. void write_scc(uint16 ctl,uint8 reg,uint8 val);
  8. uint8 read_scc(uint16 ctl,uint8 reg);
  9. int rx8530(uint16 ctl,uint16 data,void *buf,uint16 bufsize);
  10. /* Zilog 8530 Serial Communications Controller Register definitions */
  11. #define FLAG 0x7e
  12. /* Write Register 0 */
  13. #define R0 0 /* Register selects */
  14. #define R1 1
  15. #define R2 2
  16. #define R3 3
  17. #define R4 4
  18. #define R5 5
  19. #define R6 6
  20. #define R7 7
  21. #define R8 8
  22. #define R9 9
  23. #define R10 10
  24. #define R11 11
  25. #define R12 12
  26. #define R13 13
  27. #define R14 14
  28. #define R15 15
  29. #define NULLCODE 0 /* Null Code */
  30. #define POINT_HIGH 0x8 /* Select upper half of registers */
  31. #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */
  32. #define SEND_ABORT 0x18 /* HDLC Abort */
  33. #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */
  34. #define RES_Tx_P 0x28 /* Reset TxINT Pending */
  35. #define ERR_RES 0x30 /* Error Reset */
  36. #define RES_H_IUS 0x38 /* Reset highest IUS */
  37. #define RES_Rx_CRC 0x40 /* Reset Rx CRC Checker */
  38. #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
  39. #define RES_EOM_L 0xC0 /* Reset EOM latch */
  40. /* Write Register 1 */
  41. #define EXT_INT_ENAB 0x1 /* Ext Int Enable */
  42. #define TxINT_ENAB 0x2 /* Tx Int Enable */
  43. #define PAR_SPEC 0x4 /* Parity is special condition */
  44. #define RxINT_DISAB 0 /* Rx Int Disable */
  45. #define RxINT_FCERR 0x8 /* Rx Int on First Character Only or Error */
  46. #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */
  47. #define INT_ERR_Rx 0x18 /* Int on error only */
  48. #define WT_RDY_RT 0x20 /* Wait/Ready on R/T */
  49. #define WT_FN_RDYFN 0x40 /* Wait/FN/Ready FN */
  50. #define WT_RDY_ENAB 0x80 /* Wait/Ready Enable */
  51. /* Write Register #2 (Interrupt Vector) */
  52. /* Write Register 3 */
  53. #define RxENABLE 0x1 /* Rx Enable */
  54. #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */
  55. #define ADD_SM 0x4 /* Address Search Mode (SDLC) */
  56. #define RxCRC_ENAB 0x8 /* Rx CRC Enable */
  57. #define ENT_HM 0x10 /* Enter Hunt Mode */
  58. #define AUTO_ENAB 0x20 /* Auto Enables */
  59. #define Rx5 0x0 /* Rx 5 Bits/Character */
  60. #define Rx7 0x40 /* Rx 7 Bits/Character */
  61. #define Rx6 0x80 /* Rx 6 Bits/Character */
  62. #define Rx8 0xc0 /* Rx 8 Bits/Character */
  63. /* Write Register 4 */
  64. #define PAR_ENA 0x1 /* Parity Enable */
  65. #define PAR_EVEN 0x2 /* Parity Even/Odd* */
  66. #define SYNC_ENAB 0 /* Sync Modes Enable */
  67. #define SB1 0x4 /* 1 stop bit/char */
  68. #define SB15 0x8 /* 1.5 stop bits/char */
  69. #define SB2 0xc /* 2 stop bits/char */
  70. #define MONSYNC 0 /* 8 Bit Sync character */
  71. #define BISYNC 0x10 /* 16 bit sync character */
  72. #define SDLC 0x20 /* SDLC Mode (01111110 Sync Flag) */
  73. #define EXTSYNC 0x30 /* External Sync Mode */
  74. #define X1CLK 0x0 /* x1 clock mode */
  75. #define X16CLK 0x40 /* x16 clock mode */
  76. #define X32CLK 0x80 /* x32 clock mode */
  77. #define X64CLK 0xC0 /* x64 clock mode */
  78. /* Write Register 5 */
  79. #define TxCRC_ENAB 0x1 /* Tx CRC Enable */
  80. #define RTS 0x2 /* RTS */
  81. #define SDLC_CRC 0x4 /* SDLC/CRC-16 */
  82. #define TxENAB 0x8 /* Tx Enable */
  83. #define SND_BRK 0x10 /* Send Break */
  84. #define Tx5 0x0 /* Tx 5 bits (or less)/character */
  85. #define Tx7 0x20 /* Tx 7 bits/character */
  86. #define Tx6 0x40 /* Tx 6 bits/character */
  87. #define Tx8 0x60 /* Tx 8 bits/character */
  88. #define DTR 0x80 /* DTR */
  89. /* Write Register 6 (Sync bits 0-7/SDLC Address Field) */
  90. /* Write Register 7 (Sync bits 8-15/SDLC 01111110) */
  91. /* Write Register 8 (transmit buffer) */
  92. /* Write Register 9 (Master interrupt control) */
  93. #define VIS 1 /* Vector Includes Status */
  94. #define NV 2 /* No Vector */
  95. #define DLC 4 /* Disable Lower Chain */
  96. #define MIE 8 /* Master Interrupt Enable */
  97. #define STATHI 0x10 /* Status high */
  98. #define NORESET 0 /* No reset on write to R9 */
  99. #define SINTACK 0x20 /* Software INTACK (CMOS only) */
  100. #define CHRB 0x40 /* Reset channel B */
  101. #define CHRA 0x80 /* Reset channel A */
  102. #define FHWRES 0xc0 /* Force hardware reset */
  103. /* Write Register 10 (misc control bits) */
  104. #define BIT6 1 /* 6 bit/8bit sync */
  105. #define LOOPMODE 2 /* SDLC Loop mode */
  106. #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */
  107. #define MARKIDLE 8 /* Mark/flag on idle */
  108. #define GAOP 0x10 /* Go active on poll */
  109. #define NRZ 0 /* NRZ mode */
  110. #define NRZI 0x20 /* NRZI mode */
  111. #define FM1 0x40 /* FM1 (transition = 1) */
  112. #define FM0 0x60 /* FM0 (transition = 0) */
  113. #define CRCPS 0x80 /* CRC Preset I/O */
  114. /* Write Register 11 (Clock Mode control) */
  115. #define TRxCXT 0 /* TRxC = Xtal output */
  116. #define TRxCTC 1 /* TRxC = Transmit clock */
  117. #define TRxCBR 2 /* TRxC = BR Generator Output */
  118. #define TRxCDP 3 /* TRxC = DPLL output */
  119. #define TRxCOI 4 /* TRxC O/I */
  120. #define TCRTxCP 0 /* Transmit clock = RTxC pin */
  121. #define TCTRxCP 8 /* Transmit clock = TRxC pin */
  122. #define TCBR 0x10 /* Transmit clock = BR Generator output */
  123. #define TCDPLL 0x18 /* Transmit clock = DPLL output */
  124. #define RCRTxCP 0 /* Receive clock = RTxC pin */
  125. #define RCTRxCP 0x20 /* Receive clock = TRxC pin */
  126. #define RCBR 0x40 /* Receive clock = BR Generator output */
  127. #define RCDPLL 0x60 /* Receive clock = DPLL output */
  128. #define RTxCX 0x80 /* RTxC Xtal/No Xtal */
  129. /* Write Register 12 (lower byte of baud rate generator time constant) */
  130. /* Write Register 13 (upper byte of baud rate generator time constant) */
  131. /* Write Register 14 (Misc control bits) */
  132. #define BRENABL 1 /* Baud rate generator enable */
  133. #define BRSRC 2 /* Baud rate generator source */
  134. #define DTRREQ 4 /* DTR/Request function */
  135. #define AUTOECHO 8 /* Auto Echo */
  136. #define LOOPBAK 0x10 /* Local loopback */
  137. #define SEARCH 0x20 /* Enter search mode */
  138. #define RMC 0x40 /* Reset missing clock */
  139. #define DISDPLL 0x60 /* Disable DPLL */
  140. #define SSBR 0x80 /* Set DPLL source = BR generator */
  141. #define SSRTxC 0xa0 /* Set DPLL source = RTxC */
  142. #define SFMM 0xc0 /* Set FM mode */
  143. #define SNRZI 0xe0 /* Set NRZI mode */
  144. /* Write Register 15 (external/status interrupt control) */
  145. #define ZCIE 2 /* Zero count IE */
  146. #define DCDIE 8 /* DCD IE */
  147. #define SYNCIE 0x10 /* Sync/hunt IE */
  148. #define CTSIE 0x20 /* CTS IE */
  149. #define TxUIE 0x40 /* Tx Underrun/EOM IE */
  150. #define BRKIE 0x80 /* Break/Abort IE */
  151. /* Read Register 0 */
  152. #define Rx_CH_AV 0x1 /* Rx Character Available */
  153. #define ZCOUNT 0x2 /* Zero count */
  154. #define Tx_BUF_EMP 0x4 /* Tx Buffer empty */
  155. #define DCD 0x8 /* DCD */
  156. #define SYNC_HUNT 0x10 /* Sync/hunt */
  157. #define CTS 0x20 /* CTS */
  158. #define TxEOM 0x40 /* Tx underrun */
  159. #define BRK_ABRT 0x80 /* Break/Abort */
  160. /* Read Register 1 */
  161. #define ALL_SNT 0x1 /* All sent */
  162. /* Residue Data for 8 Rx bits/char programmed */
  163. #define RES3 0x8 /* 0/3 */
  164. #define RES4 0x4 /* 0/4 */
  165. #define RES5 0xc /* 0/5 */
  166. #define RES6 0x2 /* 0/6 */
  167. #define RES7 0xa /* 0/7 */
  168. #define RES8 0x6 /* 0/8 */
  169. #define RES18 0xe /* 1/8 */
  170. #define RES28 0x0 /* 2/8 */
  171. /* Special Rx Condition Interrupts */
  172. #define PAR_ERR 0x10 /* Parity error */
  173. #define Rx_OVR 0x20 /* Rx Overrun Error */
  174. #define CRC_ERR 0x40 /* CRC/Framing Error */
  175. #define END_FR 0x80 /* End of Frame (SDLC) */
  176. /* Read Register 2 (channel b only) - Interrupt vector */
  177. /* Read Register 3 (interrupt pending register) ch a only */
  178. #define CHBEXT 0x1 /* Channel B Ext/Stat IP */
  179. #define CHBTxIP 0x2 /* Channel B Tx IP */
  180. #define CHBRxIP 0x4 /* Channel B Rx IP */
  181. #define CHAEXT 0x8 /* Channel A Ext/Stat IP */
  182. #define CHATxIP 0x10 /* Channel A Tx IP */
  183. #define CHARxIP 0x20 /* Channel A Rx IP */
  184. /* Read Register 8 (receive data register) */
  185. /* Read Register 10  (misc status bits) */
  186. #define ONLOOP 2 /* On loop */
  187. #define LOOPSEND 0x10 /* Loop sending */
  188. #define CLK2MIS 0x40 /* Two clocks missing */
  189. #define CLK1MIS 0x80 /* One clock missing */
  190. /* Read Register 12 (lower byte of baud rate generator constant) */
  191. /* Read Register 13 (upper byte of baud rate generator constant) */
  192. /* Read Register 15 (value of WR 15) */
  193. #endif /* _Z8530_H */