z8530.h 8.3 KB

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