rf_tsen.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. /* Copyright (C) 2018 RDA Technologies Limited and/or its affiliates("RDA").
  2. * All rights reserved.
  3. *
  4. * This software is supplied "AS IS" without any warranties.
  5. * RDA assumes no responsibility or liability for the use of the software,
  6. * conveys no license or title under any patent, copyright, or mask work
  7. * right to the product. RDA reserves the right to make changes in the
  8. * software without notification. RDA also make no representation or
  9. * warranty that such application will be suitable for the specified use
  10. * without further testing or modification.
  11. */
  12. #ifndef _RF_TSEN_H_
  13. #define _RF_TSEN_H_
  14. // Auto generated by dtools(see dtools.txt for its version).
  15. // Don't edit it manually!
  16. #define REG_RF_TSEN_SET_OFFSET (1024)
  17. #define REG_RF_TSEN_CLR_OFFSET (2048)
  18. #define REG_RF_TSEN_BASE (0x5003b000)
  19. typedef volatile struct
  20. {
  21. uint32_t tst_tsen_bist_cfg; // 0x00000000
  22. uint32_t tst_tsen_bist_time_sel; // 0x00000004
  23. uint32_t tst_bist_sel; // 0x00000008
  24. uint32_t tst_bist_res; // 0x0000000c
  25. uint32_t tst_tsen_c0_test_res0; // 0x00000010
  26. uint32_t tst_tsen_c0_test_res1; // 0x00000014
  27. uint32_t tst_tsen_c0_test_res2; // 0x00000018
  28. uint32_t tst_tsen_c0_test_res3; // 0x0000001c
  29. uint32_t tst_tsen_c1_test_res0; // 0x00000020
  30. uint32_t tst_tsen_c1_test_res1; // 0x00000024
  31. uint32_t tst_tsen_c1_test_res2; // 0x00000028
  32. uint32_t tst_tsen_c1_test_res3; // 0x0000002c
  33. uint32_t tst_tsen_c2_test_res0; // 0x00000030
  34. uint32_t tst_tsen_c2_test_res1; // 0x00000034
  35. uint32_t tst_tsen_c2_test_res2; // 0x00000038
  36. uint32_t tst_tsen_c2_test_res3; // 0x0000003c
  37. uint32_t tst_tsen_c3_test_res0; // 0x00000040
  38. uint32_t tst_tsen_c3_test_res1; // 0x00000044
  39. uint32_t tst_tsen_c3_test_res2; // 0x00000048
  40. uint32_t tst_tsen_c3_test_res3; // 0x0000004c
  41. uint32_t __80[236]; // 0x00000050
  42. uint32_t tst_tsen_bist_cfg_set; // 0x00000400
  43. uint32_t tst_tsen_bist_time_sel_set; // 0x00000404
  44. uint32_t tst_bist_sel_set; // 0x00000408
  45. uint32_t __1036[253]; // 0x0000040c
  46. uint32_t tst_tsen_bist_cfg_clr; // 0x00000800
  47. uint32_t tst_tsen_bist_time_sel_clr; // 0x00000804
  48. uint32_t tst_bist_sel_clr; // 0x00000808
  49. } HWP_RF_TSEN_T;
  50. #define hwp_rfTsen ((HWP_RF_TSEN_T *)REG_ACCESS_ADDRESS(REG_RF_TSEN_BASE))
  51. // tst_tsen_bist_cfg
  52. typedef union {
  53. uint32_t v;
  54. struct
  55. {
  56. uint32_t __0_0 : 1; // [0]
  57. uint32_t tst_tsen_bist_cfg3 : 3; // [3:1]
  58. uint32_t tst_tsen_bist_cfg2 : 3; // [6:4]
  59. uint32_t tst_tsen_bist_cfg1 : 3; // [9:7]
  60. uint32_t tst_tsen_bist_cfg0 : 3; // [12:10]
  61. uint32_t tst_tsen_bist_bypass : 1; // [13]
  62. uint32_t __31_14 : 18; // [31:14]
  63. } b;
  64. } REG_RF_TSEN_TST_TSEN_BIST_CFG_T;
  65. // tst_tsen_bist_time_sel
  66. typedef union {
  67. uint32_t v;
  68. struct
  69. {
  70. uint32_t tst_tsen_bist_en : 1; // [0]
  71. uint32_t tst_tsen_bist_time_sel_cfg0 : 2; // [2:1]
  72. uint32_t tst_tsen_bist_time_sel_cfg1 : 2; // [4:3]
  73. uint32_t tst_tsen_bist_time_sel_cfg2 : 2; // [6:5]
  74. uint32_t tst_tsen_bist_time_sel_cfg3 : 2; // [8:7]
  75. uint32_t tst_tsen_bist_code_sel : 1; // [9]
  76. uint32_t tst_tsen_bist_code_in : 3; // [12:10]
  77. uint32_t __31_13 : 19; // [31:13]
  78. } b;
  79. } REG_RF_TSEN_TST_TSEN_BIST_TIME_SEL_T;
  80. // tst_bist_sel
  81. typedef union {
  82. uint32_t v;
  83. struct
  84. {
  85. uint32_t tsen_adc_rst_sel_src : 1; // [0]
  86. uint32_t tsen_adc_ch_sel_src : 1; // [1]
  87. uint32_t tsen_adc_ch_sel_pad : 1; // [2]
  88. uint32_t pad_ie_tsx_clk : 1; // [3]
  89. uint32_t pad_oe_tsx_clk : 1; // [4]
  90. uint32_t pad_ie_tsx_data : 1; // [5]
  91. uint32_t pad_oe_tsx_data : 1; // [6]
  92. uint32_t pad_ie_tsx_adc_ch_sel : 1; // [7]
  93. uint32_t pad_oe_tsx_adc_ch_sel : 1; // [8]
  94. uint32_t pad_ie_osc_clk : 1; // [9]
  95. uint32_t pad_oe_osc_clk : 1; // [10]
  96. uint32_t pad_ie_osc_data : 1; // [11]
  97. uint32_t pad_oe_osc_data : 1; // [12]
  98. uint32_t __31_13 : 19; // [31:13]
  99. } b;
  100. } REG_RF_TSEN_TST_BIST_SEL_T;
  101. // tst_bist_res
  102. typedef union {
  103. uint32_t v;
  104. struct
  105. {
  106. uint32_t tst_tsen_bist_done : 1; // [0], read only
  107. uint32_t tsen_bist_code : 3; // [3:1], read only
  108. uint32_t __31_4 : 28; // [31:4]
  109. } b;
  110. } REG_RF_TSEN_TST_BIST_RES_T;
  111. // tst_tsen_c0_test_res0
  112. typedef union {
  113. uint32_t v;
  114. struct
  115. {
  116. uint32_t tst_tsen_c0_res0 : 16; // [15:0], read only
  117. uint32_t __31_16 : 16; // [31:16]
  118. } b;
  119. } REG_RF_TSEN_TST_TSEN_C0_TEST_RES0_T;
  120. // tst_tsen_c0_test_res1
  121. typedef union {
  122. uint32_t v;
  123. struct
  124. {
  125. uint32_t tst_tsen_c0_res1 : 16; // [15:0], read only
  126. uint32_t __31_16 : 16; // [31:16]
  127. } b;
  128. } REG_RF_TSEN_TST_TSEN_C0_TEST_RES1_T;
  129. // tst_tsen_c0_test_res2
  130. typedef union {
  131. uint32_t v;
  132. struct
  133. {
  134. uint32_t tst_tsen_c0_res2 : 16; // [15:0], read only
  135. uint32_t __31_16 : 16; // [31:16]
  136. } b;
  137. } REG_RF_TSEN_TST_TSEN_C0_TEST_RES2_T;
  138. // tst_tsen_c0_test_res3
  139. typedef union {
  140. uint32_t v;
  141. struct
  142. {
  143. uint32_t tst_tsen_c0_res3 : 16; // [15:0], read only
  144. uint32_t __31_16 : 16; // [31:16]
  145. } b;
  146. } REG_RF_TSEN_TST_TSEN_C0_TEST_RES3_T;
  147. // tst_tsen_c1_test_res0
  148. typedef union {
  149. uint32_t v;
  150. struct
  151. {
  152. uint32_t tst_tsen_c1_res0 : 16; // [15:0], read only
  153. uint32_t __31_16 : 16; // [31:16]
  154. } b;
  155. } REG_RF_TSEN_TST_TSEN_C1_TEST_RES0_T;
  156. // tst_tsen_c1_test_res1
  157. typedef union {
  158. uint32_t v;
  159. struct
  160. {
  161. uint32_t tst_tsen_c1_res1 : 16; // [15:0], read only
  162. uint32_t __31_16 : 16; // [31:16]
  163. } b;
  164. } REG_RF_TSEN_TST_TSEN_C1_TEST_RES1_T;
  165. // tst_tsen_c1_test_res2
  166. typedef union {
  167. uint32_t v;
  168. struct
  169. {
  170. uint32_t tst_tsen_c1_res2 : 16; // [15:0], read only
  171. uint32_t __31_16 : 16; // [31:16]
  172. } b;
  173. } REG_RF_TSEN_TST_TSEN_C1_TEST_RES2_T;
  174. // tst_tsen_c1_test_res3
  175. typedef union {
  176. uint32_t v;
  177. struct
  178. {
  179. uint32_t tst_tsen_c1_res3 : 16; // [15:0], read only
  180. uint32_t __31_16 : 16; // [31:16]
  181. } b;
  182. } REG_RF_TSEN_TST_TSEN_C1_TEST_RES3_T;
  183. // tst_tsen_c2_test_res0
  184. typedef union {
  185. uint32_t v;
  186. struct
  187. {
  188. uint32_t tst_tsen_c2_res0 : 16; // [15:0], read only
  189. uint32_t __31_16 : 16; // [31:16]
  190. } b;
  191. } REG_RF_TSEN_TST_TSEN_C2_TEST_RES0_T;
  192. // tst_tsen_c2_test_res1
  193. typedef union {
  194. uint32_t v;
  195. struct
  196. {
  197. uint32_t tst_tsen_c2_res1 : 16; // [15:0], read only
  198. uint32_t __31_16 : 16; // [31:16]
  199. } b;
  200. } REG_RF_TSEN_TST_TSEN_C2_TEST_RES1_T;
  201. // tst_tsen_c2_test_res2
  202. typedef union {
  203. uint32_t v;
  204. struct
  205. {
  206. uint32_t tst_tsen_c2_res2 : 16; // [15:0], read only
  207. uint32_t __31_16 : 16; // [31:16]
  208. } b;
  209. } REG_RF_TSEN_TST_TSEN_C2_TEST_RES2_T;
  210. // tst_tsen_c2_test_res3
  211. typedef union {
  212. uint32_t v;
  213. struct
  214. {
  215. uint32_t tst_tsen_c2_res3 : 16; // [15:0], read only
  216. uint32_t __31_16 : 16; // [31:16]
  217. } b;
  218. } REG_RF_TSEN_TST_TSEN_C2_TEST_RES3_T;
  219. // tst_tsen_c3_test_res0
  220. typedef union {
  221. uint32_t v;
  222. struct
  223. {
  224. uint32_t tst_tsen_c3_res0 : 16; // [15:0], read only
  225. uint32_t __31_16 : 16; // [31:16]
  226. } b;
  227. } REG_RF_TSEN_TST_TSEN_C3_TEST_RES0_T;
  228. // tst_tsen_c3_test_res1
  229. typedef union {
  230. uint32_t v;
  231. struct
  232. {
  233. uint32_t tst_tsen_c3_res1 : 16; // [15:0], read only
  234. uint32_t __31_16 : 16; // [31:16]
  235. } b;
  236. } REG_RF_TSEN_TST_TSEN_C3_TEST_RES1_T;
  237. // tst_tsen_c3_test_res2
  238. typedef union {
  239. uint32_t v;
  240. struct
  241. {
  242. uint32_t tst_tsen_c3_res2 : 16; // [15:0], read only
  243. uint32_t __31_16 : 16; // [31:16]
  244. } b;
  245. } REG_RF_TSEN_TST_TSEN_C3_TEST_RES2_T;
  246. // tst_tsen_c3_test_res3
  247. typedef union {
  248. uint32_t v;
  249. struct
  250. {
  251. uint32_t tst_tsen_c3_res3 : 16; // [15:0], read only
  252. uint32_t __31_16 : 16; // [31:16]
  253. } b;
  254. } REG_RF_TSEN_TST_TSEN_C3_TEST_RES3_T;
  255. // tst_tsen_bist_cfg
  256. #define RF_TSEN_TST_TSEN_BIST_CFG3(n) (((n)&0x7) << 1)
  257. #define RF_TSEN_TST_TSEN_BIST_CFG2(n) (((n)&0x7) << 4)
  258. #define RF_TSEN_TST_TSEN_BIST_CFG1(n) (((n)&0x7) << 7)
  259. #define RF_TSEN_TST_TSEN_BIST_CFG0(n) (((n)&0x7) << 10)
  260. #define RF_TSEN_TST_TSEN_BIST_BYPASS (1 << 13)
  261. // tst_tsen_bist_time_sel
  262. #define RF_TSEN_TST_TSEN_BIST_EN (1 << 0)
  263. #define RF_TSEN_TST_TSEN_BIST_TIME_SEL_CFG0(n) (((n)&0x3) << 1)
  264. #define RF_TSEN_TST_TSEN_BIST_TIME_SEL_CFG1(n) (((n)&0x3) << 3)
  265. #define RF_TSEN_TST_TSEN_BIST_TIME_SEL_CFG2(n) (((n)&0x3) << 5)
  266. #define RF_TSEN_TST_TSEN_BIST_TIME_SEL_CFG3(n) (((n)&0x3) << 7)
  267. #define RF_TSEN_TST_TSEN_BIST_CODE_SEL (1 << 9)
  268. #define RF_TSEN_TST_TSEN_BIST_CODE_IN(n) (((n)&0x7) << 10)
  269. // tst_bist_sel
  270. #define RF_TSEN_TSEN_ADC_RST_SEL_SRC (1 << 0)
  271. #define RF_TSEN_TSEN_ADC_CH_SEL_SRC (1 << 1)
  272. #define RF_TSEN_TSEN_ADC_CH_SEL_PAD (1 << 2)
  273. #define RF_TSEN_PAD_IE_TSX_CLK (1 << 3)
  274. #define RF_TSEN_PAD_OE_TSX_CLK (1 << 4)
  275. #define RF_TSEN_PAD_IE_TSX_DATA (1 << 5)
  276. #define RF_TSEN_PAD_OE_TSX_DATA (1 << 6)
  277. #define RF_TSEN_PAD_IE_TSX_ADC_CH_SEL (1 << 7)
  278. #define RF_TSEN_PAD_OE_TSX_ADC_CH_SEL (1 << 8)
  279. #define RF_TSEN_PAD_IE_OSC_CLK (1 << 9)
  280. #define RF_TSEN_PAD_OE_OSC_CLK (1 << 10)
  281. #define RF_TSEN_PAD_IE_OSC_DATA (1 << 11)
  282. #define RF_TSEN_PAD_OE_OSC_DATA (1 << 12)
  283. // tst_bist_res
  284. #define RF_TSEN_TST_TSEN_BIST_DONE (1 << 0)
  285. #define RF_TSEN_TSEN_BIST_CODE(n) (((n)&0x7) << 1)
  286. // tst_tsen_c0_test_res0
  287. #define RF_TSEN_TST_TSEN_C0_RES0(n) (((n)&0xffff) << 0)
  288. // tst_tsen_c0_test_res1
  289. #define RF_TSEN_TST_TSEN_C0_RES1(n) (((n)&0xffff) << 0)
  290. // tst_tsen_c0_test_res2
  291. #define RF_TSEN_TST_TSEN_C0_RES2(n) (((n)&0xffff) << 0)
  292. // tst_tsen_c0_test_res3
  293. #define RF_TSEN_TST_TSEN_C0_RES3(n) (((n)&0xffff) << 0)
  294. // tst_tsen_c1_test_res0
  295. #define RF_TSEN_TST_TSEN_C1_RES0(n) (((n)&0xffff) << 0)
  296. // tst_tsen_c1_test_res1
  297. #define RF_TSEN_TST_TSEN_C1_RES1(n) (((n)&0xffff) << 0)
  298. // tst_tsen_c1_test_res2
  299. #define RF_TSEN_TST_TSEN_C1_RES2(n) (((n)&0xffff) << 0)
  300. // tst_tsen_c1_test_res3
  301. #define RF_TSEN_TST_TSEN_C1_RES3(n) (((n)&0xffff) << 0)
  302. // tst_tsen_c2_test_res0
  303. #define RF_TSEN_TST_TSEN_C2_RES0(n) (((n)&0xffff) << 0)
  304. // tst_tsen_c2_test_res1
  305. #define RF_TSEN_TST_TSEN_C2_RES1(n) (((n)&0xffff) << 0)
  306. // tst_tsen_c2_test_res2
  307. #define RF_TSEN_TST_TSEN_C2_RES2(n) (((n)&0xffff) << 0)
  308. // tst_tsen_c2_test_res3
  309. #define RF_TSEN_TST_TSEN_C2_RES3(n) (((n)&0xffff) << 0)
  310. // tst_tsen_c3_test_res0
  311. #define RF_TSEN_TST_TSEN_C3_RES0(n) (((n)&0xffff) << 0)
  312. // tst_tsen_c3_test_res1
  313. #define RF_TSEN_TST_TSEN_C3_RES1(n) (((n)&0xffff) << 0)
  314. // tst_tsen_c3_test_res2
  315. #define RF_TSEN_TST_TSEN_C3_RES2(n) (((n)&0xffff) << 0)
  316. // tst_tsen_c3_test_res3
  317. #define RF_TSEN_TST_TSEN_C3_RES3(n) (((n)&0xffff) << 0)
  318. #endif // _RF_TSEN_H_