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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* $Id: isac.h,v 1.1.4.1 2001/11/20 14:19:36 kai Exp $
  2.  *
  3.  * ISAC 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. /* All Registers original Siemens Spec  */
  13. #define ISAC_MASK 0x20
  14. #define ISAC_ISTA 0x20
  15. #define ISAC_STAR 0x21
  16. #define ISAC_CMDR 0x21
  17. #define ISAC_EXIR 0x24
  18. #define ISAC_ADF2 0x39
  19. #define ISAC_SPCR 0x30
  20. #define ISAC_ADF1 0x38
  21. #define ISAC_CIR0 0x31
  22. #define ISAC_CIX0 0x31
  23. #define ISAC_CIR1 0x33
  24. #define ISAC_CIX1 0x33
  25. #define ISAC_STCR 0x37
  26. #define ISAC_MODE 0x22
  27. #define ISAC_RSTA 0x27
  28. #define ISAC_RBCL 0x25
  29. #define ISAC_RBCH 0x2A
  30. #define ISAC_TIMR 0x23
  31. #define ISAC_SQXR 0x3b
  32. #define ISAC_MOSR 0x3a
  33. #define ISAC_MOCR 0x3a
  34. #define ISAC_MOR0 0x32
  35. #define ISAC_MOX0 0x32
  36. #define ISAC_MOR1 0x34
  37. #define ISAC_MOX1 0x34
  38. #define ISAC_RBCH_XAC 0x80
  39. #define ISAC_CMD_TIM 0x0
  40. #define ISAC_CMD_RS 0x1
  41. #define ISAC_CMD_SCZ 0x4
  42. #define ISAC_CMD_SSZ 0x2
  43. #define ISAC_CMD_AR8 0x8
  44. #define ISAC_CMD_AR10 0x9
  45. #define ISAC_CMD_ARL 0xA
  46. #define ISAC_CMD_DUI 0xF
  47. #define ISAC_IND_RS 0x1
  48. #define ISAC_IND_PU 0x7
  49. #define ISAC_IND_DR 0x0
  50. #define ISAC_IND_SD 0x2
  51. #define ISAC_IND_DIS 0x3
  52. #define ISAC_IND_EI 0x6
  53. #define ISAC_IND_RSY 0x4
  54. #define ISAC_IND_ARD 0x8
  55. #define ISAC_IND_TI 0xA
  56. #define ISAC_IND_ATI 0xB
  57. #define ISAC_IND_AI8 0xC
  58. #define ISAC_IND_AI10 0xD
  59. #define ISAC_IND_DID 0xF
  60. extern void ISACVersion(struct IsdnCardState *cs, char *s);
  61. extern void initisac(struct IsdnCardState *cs);
  62. extern void isac_interrupt(struct IsdnCardState *cs, u_char val);
  63. extern void clear_pending_isac_ints(struct IsdnCardState *cs);