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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* $Id: icc.h,v 1.1.4.1 2001/11/20 14:19:36 kai Exp $
  2.  *
  3.  * ICC specific routines
  4.  *
  5.  * Author       Matt Henderson & Guy Ellis
  6.  * Copyright    by Traverse Technologies Pty Ltd, www.travers.com.au
  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.  * 1999.7.14 Initial implementation of routines for Siemens ISDN 
  12.  * Communication Controller PEB 2070 based on the ISAC routines 
  13.  * written by Karsten Keil.
  14.  */
  15. /* All Registers original Siemens Spec  */
  16. #define ICC_MASK 0x20
  17. #define ICC_ISTA 0x20
  18. #define ICC_STAR 0x21
  19. #define ICC_CMDR 0x21
  20. #define ICC_EXIR 0x24
  21. #define ICC_ADF2 0x39
  22. #define ICC_SPCR 0x30
  23. #define ICC_ADF1 0x38
  24. #define ICC_CIR0 0x31
  25. #define ICC_CIX0 0x31
  26. #define ICC_CIR1 0x33
  27. #define ICC_CIX1 0x33
  28. #define ICC_STCR 0x37
  29. #define ICC_MODE 0x22
  30. #define ICC_RSTA 0x27
  31. #define ICC_RBCL 0x25
  32. #define ICC_RBCH 0x2A
  33. #define ICC_TIMR 0x23
  34. #define ICC_SQXR 0x3b
  35. #define ICC_MOSR 0x3a
  36. #define ICC_MOCR 0x3a
  37. #define ICC_MOR0 0x32
  38. #define ICC_MOX0 0x32
  39. #define ICC_MOR1 0x34
  40. #define ICC_MOX1 0x34
  41. #define ICC_RBCH_XAC 0x80
  42. #define ICC_CMD_TIM    0x0
  43. #define ICC_CMD_RES    0x1
  44. #define ICC_CMD_DU     0x3
  45. #define ICC_CMD_EI1    0x4
  46. #define ICC_CMD_SSP    0x5
  47. #define ICC_CMD_DT     0x6
  48. #define ICC_CMD_AR     0x8
  49. #define ICC_CMD_ARL    0xA
  50. #define ICC_CMD_AI     0xC
  51. #define ICC_CMD_DI     0xF
  52. #define ICC_IND_DR     0x0
  53. #define ICC_IND_FJ     0x2
  54. #define ICC_IND_EI1    0x4
  55. #define ICC_IND_INT    0x6
  56. #define ICC_IND_PU     0x7
  57. #define ICC_IND_AR     0x8
  58. #define ICC_IND_ARL    0xA
  59. #define ICC_IND_AI     0xC
  60. #define ICC_IND_AIL    0xE
  61. #define ICC_IND_DC     0xF
  62. extern void ICCVersion(struct IsdnCardState *cs, char *s);
  63. extern void initicc(struct IsdnCardState *cs);
  64. extern void icc_interrupt(struct IsdnCardState *cs, u_char val);
  65. extern void clear_pending_icc_ints(struct IsdnCardState *cs);