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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * Common definitions for TX3927/TX4927
  3.  *
  4.  * This file is subject to the terms and conditions of the GNU General Public
  5.  * License.  See the file "COPYING" in the main directory of this archive
  6.  * for more details.
  7.  *
  8.  * Copyright (C) 2000 Toshiba Corporation
  9.  */
  10. #ifndef __ASM_TXX927_H 
  11. #define __ASM_TXX927_H 
  12. #ifndef _LANGUAGE_ASSEMBLY
  13. struct txx927_tmr_reg {
  14. volatile unsigned long tcr;
  15. volatile unsigned long tisr;
  16. volatile unsigned long cpra;
  17. volatile unsigned long cprb;
  18. volatile unsigned long itmr;
  19. volatile unsigned long unused0[3];
  20. volatile unsigned long ccdr;
  21. volatile unsigned long unused1[3];
  22. volatile unsigned long pgmr;
  23. volatile unsigned long unused2[3];
  24. volatile unsigned long wtmr;
  25. volatile unsigned long unused3[43];
  26. volatile unsigned long trr;
  27. };
  28. struct txx927_sio_reg {
  29. volatile unsigned long lcr;
  30. volatile unsigned long dicr;
  31. volatile unsigned long disr;
  32. volatile unsigned long cisr;
  33. volatile unsigned long fcr;
  34. volatile unsigned long flcr;
  35. volatile unsigned long bgr;
  36. volatile unsigned long tfifo;
  37. volatile unsigned long rfifo;
  38. };
  39. struct txx927_pio_reg {
  40. volatile unsigned long dout;
  41. volatile unsigned long din;
  42. volatile unsigned long dir;
  43. volatile unsigned long od;
  44. volatile unsigned long flag[2];
  45. volatile unsigned long pol;
  46. volatile unsigned long intc;
  47. volatile unsigned long maskcpu;
  48. volatile unsigned long maskext;
  49. };
  50. #endif /* _LANGUAGE_ASSEMBLY */
  51. /*
  52.  * TMR
  53.  */
  54. /* TMTCR : Timer Control */
  55. #define TXx927_TMTCR_TCE 0x00000080
  56. #define TXx927_TMTCR_CCDE 0x00000040
  57. #define TXx927_TMTCR_CRE 0x00000020
  58. #define TXx927_TMTCR_ECES 0x00000008
  59. #define TXx927_TMTCR_CCS 0x00000004
  60. #define TXx927_TMTCR_TMODE_MASK 0x00000003
  61. #define TXx927_TMTCR_TMODE_ITVL 0x00000000
  62. /* TMTISR : Timer Int. Status */
  63. #define TXx927_TMTISR_TPIBS 0x00000004
  64. #define TXx927_TMTISR_TPIAS 0x00000002
  65. #define TXx927_TMTISR_TIIS 0x00000001
  66. /* TMTITMR : Interval Timer Mode */
  67. #define TXx927_TMTITMR_TIIE 0x00008000
  68. #define TXx927_TMTITMR_TZCE 0x00000001
  69. /*
  70.  * SIO
  71.  */
  72. /* SILCR : Line Control */
  73. #define TXx927_SILCR_SCS_MASK 0x00000060
  74. #define TXx927_SILCR_SCS_IMCLK 0x00000000
  75. #define TXx927_SILCR_SCS_IMCLK_BG 0x00000020
  76. #define TXx927_SILCR_SCS_SCLK 0x00000040
  77. #define TXx927_SILCR_SCS_SCLK_BG 0x00000060
  78. #define TXx927_SILCR_UEPS 0x00000010
  79. #define TXx927_SILCR_UPEN 0x00000008
  80. #define TXx927_SILCR_USBL_MASK 0x00000004
  81. #define TXx927_SILCR_USBL_1BIT 0x00000004
  82. #define TXx927_SILCR_USBL_2BIT 0x00000000
  83. #define TXx927_SILCR_UMODE_MASK 0x00000003
  84. #define TXx927_SILCR_UMODE_8BIT 0x00000000
  85. #define TXx927_SILCR_UMODE_7BIT 0x00000001
  86. /* SIDICR : DMA/Int. Control */
  87. #define TXx927_SIDICR_TDE 0x00008000
  88. #define TXx927_SIDICR_RDE 0x00004000
  89. #define TXx927_SIDICR_TIE 0x00002000
  90. #define TXx927_SIDICR_RIE 0x00001000
  91. #define TXx927_SIDICR_SPIE 0x00000800
  92. #define TXx927_SIDICR_CTSAC 0x00000600
  93. #define TXx927_SIDICR_STIE_MASK 0x0000003f
  94. #define TXx927_SIDICR_STIE_OERS 0x00000020
  95. #define TXx927_SIDICR_STIE_CTSS 0x00000010
  96. #define TXx927_SIDICR_STIE_RBRKD 0x00000008
  97. #define TXx927_SIDICR_STIE_TRDY 0x00000004
  98. #define TXx927_SIDICR_STIE_TXALS 0x00000002
  99. #define TXx927_SIDICR_STIE_UBRKD 0x00000001
  100. /* SIDISR : DMA/Int. Status */
  101. #define TXx927_SIDISR_UBRK 0x00008000
  102. #define TXx927_SIDISR_UVALID 0x00004000
  103. #define TXx927_SIDISR_UFER 0x00002000
  104. #define TXx927_SIDISR_UPER 0x00001000
  105. #define TXx927_SIDISR_UOER 0x00000800
  106. #define TXx927_SIDISR_ERI 0x00000400
  107. #define TXx927_SIDISR_TOUT 0x00000200
  108. #define TXx927_SIDISR_TDIS 0x00000100
  109. #define TXx927_SIDISR_RDIS 0x00000080
  110. #define TXx927_SIDISR_STIS 0x00000040
  111. #define TXx927_SIDISR_RFDN_MASK 0x0000001f
  112. /* SICISR : Change Int. Status */
  113. #define TXx927_SICISR_OERS 0x00000020
  114. #define TXx927_SICISR_CTSS 0x00000010
  115. #define TXx927_SICISR_RBRKD 0x00000008
  116. #define TXx927_SICISR_TRDY 0x00000004
  117. #define TXx927_SICISR_TXALS 0x00000002
  118. #define TXx927_SICISR_UBRKD 0x00000001
  119. /* SIFCR : FIFO Control */
  120. #define TXx927_SIFCR_SWRST 0x00008000
  121. #define TXx927_SIFCR_RDIL_MASK 0x00000180
  122. #define TXx927_SIFCR_RDIL_1 0x00000000
  123. #define TXx927_SIFCR_RDIL_4 0x00000080
  124. #define TXx927_SIFCR_RDIL_8 0x00000100
  125. #define TXx927_SIFCR_RDIL_12 0x00000180
  126. #define TXx927_SIFCR_RDIL_MAX 0x00000180
  127. #define TXx927_SIFCR_TDIL_MASK 0x00000018
  128. #define TXx927_SIFCR_TDIL_MASK 0x00000018
  129. #define TXx927_SIFCR_TDIL_1 0x00000000
  130. #define TXx927_SIFCR_TDIL_4 0x00000001
  131. #define TXx927_SIFCR_TDIL_8 0x00000010
  132. #define TXx927_SIFCR_TDIL_MAX 0x00000010
  133. #define TXx927_SIFCR_TFRST 0x00000004
  134. #define TXx927_SIFCR_RFRST 0x00000002
  135. #define TXx927_SIFCR_FRSTE 0x00000001
  136. #define TXx927_SIO_TX_FIFO 8
  137. #define TXx927_SIO_RX_FIFO 16
  138. /* SIFLCR : Flow Control */
  139. #define TXx927_SIFLCR_RCS 0x00001000
  140. #define TXx927_SIFLCR_TES 0x00000800
  141. #define TXx927_SIFLCR_RTSSC 0x00000200
  142. #define TXx927_SIFLCR_RSDE 0x00000100
  143. #define TXx927_SIFLCR_TSDE 0x00000080
  144. #define TXx927_SIFLCR_RTSTL_MASK 0x0000001e
  145. #define TXx927_SIFLCR_RTSTL_MAX 0x0000001e
  146. #define TXx927_SIFLCR_TBRK 0x00000001
  147. /* SIBGR : Baudrate Control */
  148. #define TXx927_SIBGR_BCLK_MASK 0x00000300
  149. #define TXx927_SIBGR_BCLK_T0 0x00000000
  150. #define TXx927_SIBGR_BCLK_T2 0x00000100
  151. #define TXx927_SIBGR_BCLK_T4 0x00000200
  152. #define TXx927_SIBGR_BCLK_T6 0x00000300
  153. #define TXx927_SIBGR_BRD_MASK 0x000000ff
  154. /*
  155.  * PIO
  156.  */
  157. #endif /* __ASM_TXX927_H */