isar.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: isar.h,v 1.1.4.1 2001/11/20 14:19:36 kai Exp $
  2.  *
  3.  * ISAR (Siemens PSB 7110) specific defines
  4.  *
  5.  * Author       Karsten Keil
  6.  * Copyright    by Karsten Keil      <keil@isdn4linux.de>
  7.  * 
  8.  * This software may be used and distributed according to the terms
  9.  * of the GNU General Public License, incorporated herein by reference.
  10.  *
  11.  */
  12.  
  13. #define ISAR_IRQMSK 0x04
  14. #define ISAR_IRQSTA 0x04
  15. #define ISAR_IRQBIT 0x75
  16. #define ISAR_CTRL_H 0x61
  17. #define ISAR_CTRL_L 0x60
  18. #define ISAR_IIS 0x58
  19. #define ISAR_IIA 0x58
  20. #define ISAR_HIS 0x50
  21. #define ISAR_HIA 0x50
  22. #define ISAR_MBOX 0x4c
  23. #define ISAR_WADR 0x4a
  24. #define ISAR_RADR 0x48 
  25. #define ISAR_HIS_VNR 0x14
  26. #define ISAR_HIS_DKEY 0x02
  27. #define ISAR_HIS_FIRM 0x1e
  28. #define ISAR_HIS_STDSP 0x08
  29. #define ISAR_HIS_DIAG 0x05
  30. #define ISAR_HIS_P0CFG 0x3c
  31. #define ISAR_HIS_P12CFG 0x24
  32. #define ISAR_HIS_SARTCFG 0x25
  33. #define ISAR_HIS_PUMPCFG 0x26
  34. #define ISAR_HIS_PUMPCTRL 0x2a
  35. #define ISAR_HIS_IOM2CFG 0x27
  36. #define ISAR_HIS_IOM2REQ 0x07
  37. #define ISAR_HIS_IOM2CTRL 0x2b
  38. #define ISAR_HIS_BSTREQ 0x0c
  39. #define ISAR_HIS_PSTREQ 0x0e
  40. #define ISAR_HIS_SDATA 0x20
  41. #define ISAR_HIS_DPS1 0x40
  42. #define ISAR_HIS_DPS2 0x80
  43. #define SET_DPS(x) ((x<<6) & 0xc0)
  44. #define ISAR_IIS_MSCMSD 0x3f
  45. #define ISAR_IIS_VNR 0x15
  46. #define ISAR_IIS_DKEY 0x03
  47. #define ISAR_IIS_FIRM 0x1f
  48. #define ISAR_IIS_STDSP 0x09
  49. #define ISAR_IIS_DIAG 0x25
  50. #define ISAR_IIS_GSTEV 0x00
  51. #define ISAR_IIS_BSTEV 0x28
  52. #define ISAR_IIS_BSTRSP 0x2c
  53. #define ISAR_IIS_PSTRSP 0x2e
  54. #define ISAR_IIS_PSTEV 0x2a
  55. #define ISAR_IIS_IOM2RSP 0x27
  56. #define ISAR_IIS_RDATA 0x20
  57. #define ISAR_IIS_INVMSG 0x3f
  58. #define ISAR_CTRL_SWVER 0x10
  59. #define ISAR_CTRL_STST 0x40
  60. #define ISAR_MSG_HWVER {0x20, 0, 1}
  61. #define ISAR_DP1_USE 1
  62. #define ISAR_DP2_USE 2
  63. #define ISAR_RATE_REQ 3
  64. #define PMOD_DISABLE 0
  65. #define PMOD_FAX 1
  66. #define PMOD_DATAMODEM 2
  67. #define PMOD_HALFDUPLEX 3
  68. #define PMOD_V110 4
  69. #define PMOD_DTMF 5
  70. #define PMOD_DTMF_TRANS 6
  71. #define PMOD_BYPASS 7
  72. #define PCTRL_ORIG 0x80
  73. #define PV32P2_V23R 0x40
  74. #define PV32P2_V22A 0x20
  75. #define PV32P2_V22B 0x10
  76. #define PV32P2_V22C 0x08
  77. #define PV32P2_V21 0x02
  78. #define PV32P2_BEL 0x01
  79. // LSB MSB in ISAR doc wrong !!! Arghhh
  80. #define PV32P3_AMOD 0x80
  81. #define PV32P3_V32B 0x02
  82. #define PV32P3_V23B 0x01
  83. #define PV32P4_48 0x11
  84. #define PV32P5_48 0x05
  85. #define PV32P4_UT48 0x11
  86. #define PV32P5_UT48 0x0d
  87. #define PV32P4_96 0x11
  88. #define PV32P5_96 0x03
  89. #define PV32P4_UT96 0x11
  90. #define PV32P5_UT96 0x0f
  91. #define PV32P4_B96 0x91
  92. #define PV32P5_B96 0x0b
  93. #define PV32P4_UTB96 0xd1
  94. #define PV32P5_UTB96 0x0f
  95. #define PV32P4_120 0xb1
  96. #define PV32P5_120 0x09
  97. #define PV32P4_UT120 0xf1
  98. #define PV32P5_UT120 0x0f
  99. #define PV32P4_144 0x99
  100. #define PV32P5_144 0x09
  101. #define PV32P4_UT144 0xf9
  102. #define PV32P5_UT144 0x0f
  103. #define PV32P6_CTN 0x01
  104. #define PV32P6_ATN 0x02
  105. #define PFAXP2_CTN 0x01
  106. #define PFAXP2_ATN 0x04
  107. #define PSEV_10MS_TIMER 0x02
  108. #define PSEV_CON_ON 0x18
  109. #define PSEV_CON_OFF 0x19
  110. #define PSEV_V24_OFF 0x20
  111. #define PSEV_CTS_ON 0x21
  112. #define PSEV_CTS_OFF 0x22
  113. #define PSEV_DCD_ON 0x23
  114. #define PSEV_DCD_OFF 0x24
  115. #define PSEV_DSR_ON 0x25
  116. #define PSEV_DSR_OFF 0x26
  117. #define PSEV_REM_RET 0xcc
  118. #define PSEV_REM_REN 0xcd
  119. #define PSEV_GSTN_CLR 0xd4
  120. #define PSEV_RSP_READY 0xbc
  121. #define PSEV_LINE_TX_H 0xb3
  122. #define PSEV_LINE_TX_B 0xb2
  123. #define PSEV_LINE_RX_H 0xb1
  124. #define PSEV_LINE_RX_B 0xb0
  125. #define PSEV_RSP_CONN 0xb5
  126. #define PSEV_RSP_DISC 0xb7
  127. #define PSEV_RSP_FCERR 0xb9
  128. #define PSEV_RSP_SILDET 0xbe
  129. #define PSEV_RSP_SILOFF 0xab
  130. #define PSEV_FLAGS_DET 0xba
  131. #define PCTRL_CMD_FTH 0xa7
  132. #define PCTRL_CMD_FRH 0xa5
  133. #define PCTRL_CMD_FTM 0xa8
  134. #define PCTRL_CMD_FRM 0xa6
  135. #define PCTRL_CMD_SILON 0xac
  136. #define PCTRL_CMD_CONT 0xa2
  137. #define PCTRL_CMD_ESC 0xa4
  138. #define PCTRL_CMD_SILOFF 0xab
  139. #define PCTRL_CMD_HALT 0xa9
  140. #define PCTRL_LOC_RET 0xcf
  141. #define PCTRL_LOC_REN 0xce
  142. #define SMODE_DISABLE 0
  143. #define SMODE_V14 2
  144. #define SMODE_HDLC 3
  145. #define SMODE_BINARY 4
  146. #define SMODE_FSK_V14 5
  147. #define SCTRL_HDMC_BOTH 0x00
  148. #define SCTRL_HDMC_DTX 0x80
  149. #define SCTRL_HDMC_DRX 0x40
  150. #define S_P1_OVSP 0x40
  151. #define S_P1_SNP 0x20
  152. #define S_P1_EOP 0x10
  153. #define S_P1_EDP 0x08
  154. #define S_P1_NSB 0x04
  155. #define S_P1_CHS_8 0x03
  156. #define S_P1_CHS_7 0x02
  157. #define S_P1_CHS_6 0x01
  158. #define S_P1_CHS_5 0x00
  159. #define S_P2_BFT_DEF 0x10
  160. #define IOM_CTRL_ENA 0x80
  161. #define IOM_CTRL_NOPCM 0x00
  162. #define IOM_CTRL_ALAW 0x02
  163. #define IOM_CTRL_ULAW 0x04
  164. #define IOM_CTRL_RCV 0x01
  165. #define IOM_P1_TXD 0x10
  166. #define HDLC_FED 0x40
  167. #define HDLC_FSD 0x20
  168. #define HDLC_FST 0x20
  169. #define HDLC_ERROR 0x1c
  170. #define HDLC_ERR_FAD 0x10
  171. #define HDLC_ERR_RER 0x08
  172. #define HDLC_ERR_CER 0x04
  173. #define SART_NMD 0x01
  174. #define BSTAT_RDM0 0x1
  175. #define BSTAT_RDM1 0x2
  176. #define BSTAT_RDM2 0x4
  177. #define BSTAT_RDM3 0x8
  178. #define BSTEV_TBO 0x1f
  179. #define BSTEV_RBO 0x2f
  180. /* FAX State Machine */
  181. #define STFAX_NULL 0
  182. #define STFAX_READY 1
  183. #define STFAX_LINE 2
  184. #define STFAX_CONT 3
  185. #define STFAX_ACTIV 4
  186. #define STFAX_ESCAPE 5
  187. #define STFAX_SILDET 6
  188. extern int ISARVersion(struct IsdnCardState *cs, char *s);
  189. extern void isar_int_main(struct IsdnCardState *cs);
  190. extern void initisar(struct IsdnCardState *cs);
  191. extern void isar_fill_fifo(struct BCState *bcs);
  192. extern int isar_auxcmd(struct IsdnCardState *cs, isdn_ctrl *ic);