ce_stat_desc.h 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. /*
  2. * Copyright (c) 2016 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. // $ATH_LICENSE_HW_HDR_C$
  19. //
  20. // DO NOT EDIT! This file is automatically generated
  21. // These definitions are tied to a particular hardware layout
  22. #ifndef _CE_STAT_DESC_H_
  23. #define _CE_STAT_DESC_H_
  24. #if !defined(__ASSEMBLER__)
  25. #endif
  26. // ################ START SUMMARY #################
  27. //
  28. // Dword Fields
  29. // 0 ce_res_5[7:0], toeplitz_en[8], src_swap[9], dest_swap[10], gather[11], ce_res_6[15:12], length[31:16]
  30. // 1 toeplitz_hash_0[31:0]
  31. // 2 toeplitz_hash_1[31:0]
  32. // 3 fw_metadata[15:0], ce_res_7[19:16], ring_id[27:20], looping_count[31:28]
  33. //
  34. // ################ END SUMMARY #################
  35. #define NUM_OF_DWORDS_CE_STAT_DESC 4
  36. struct ce_stat_desc {
  37. uint32_t ce_res_5 : 8, //[7:0]
  38. toeplitz_en : 1, //[8]
  39. src_swap : 1, //[9]
  40. dest_swap : 1, //[10]
  41. gather : 1, //[11]
  42. ce_res_6 : 4, //[15:12]
  43. length : 16; //[31:16]
  44. uint32_t toeplitz_hash_0 : 32; //[31:0]
  45. uint32_t toeplitz_hash_1 : 32; //[31:0]
  46. uint32_t fw_metadata : 16, //[15:0]
  47. ce_res_7 : 4, //[19:16]
  48. ring_id : 8, //[27:20]
  49. looping_count : 4; //[31:28]
  50. };
  51. /*
  52. ce_res_5
  53. Reserved
  54. <legal all>
  55. toeplitz_en
  56. <legal all>
  57. src_swap
  58. Source memory buffer swapped
  59. <legal all>
  60. dest_swap
  61. Destination memory buffer swapped
  62. <legal all>
  63. gather
  64. Gather of multiple copy engine source descriptors to one
  65. destination enabled
  66. <legal all>
  67. ce_res_6
  68. Reserved
  69. <legal all>
  70. length
  71. Sum of all the Lengths of the source descriptor in the
  72. gather chain
  73. <legal all>
  74. toeplitz_hash_0
  75. 32 LS bits of 64 bit Toeplitz LFSR hash result
  76. <legal all>
  77. toeplitz_hash_1
  78. 32 MS bits of 64 bit Toeplitz LFSR hash result
  79. <legal all>
  80. fw_metadata
  81. Meta data used by FW
  82. In case of gather field in first source ring entry of
  83. the gather copy cycle in taken into account.
  84. <legal all>
  85. ce_res_7
  86. Reserved
  87. <legal all>
  88. ring_id
  89. The buffer pointer ring ID.
  90. 0 refers to the IDLE ring
  91. 1 - N refers to other rings
  92. Helps with debugging when dumping ring contents.
  93. <legal all>
  94. looping_count
  95. A count value that indicates the number of times the
  96. producer of entries into the Ring has looped around the
  97. ring.
  98. At initialization time, this value is set to 0. On the
  99. first loop, this value is set to 1. After the max value is
  100. reached allowed by the number of bits for this field, the
  101. count value continues with 0 again.
  102. In case SW is the consumer of the ring entries, it can
  103. use this field to figure out up to where the producer of
  104. entries has created new entries. This eliminates the need to
  105. check where the head pointer' of the ring is located once
  106. the SW starts processing an interrupt indicating that new
  107. entries have been put into this ring...
  108. Also note that SW if it wants only needs to look at the
  109. LSB bit of this count value.
  110. <legal all>
  111. */
  112. /* Description CE_STAT_DESC_0_CE_RES_5
  113. Reserved
  114. <legal all>
  115. */
  116. #define CE_STAT_DESC_0_CE_RES_5_OFFSET 0x00000000
  117. #define CE_STAT_DESC_0_CE_RES_5_LSB 0
  118. #define CE_STAT_DESC_0_CE_RES_5_MASK 0x000000ff
  119. /* Description CE_STAT_DESC_0_TOEPLITZ_EN
  120. <legal all>
  121. */
  122. #define CE_STAT_DESC_0_TOEPLITZ_EN_OFFSET 0x00000000
  123. #define CE_STAT_DESC_0_TOEPLITZ_EN_LSB 8
  124. #define CE_STAT_DESC_0_TOEPLITZ_EN_MASK 0x00000100
  125. /* Description CE_STAT_DESC_0_SRC_SWAP
  126. Source memory buffer swapped
  127. <legal all>
  128. */
  129. #define CE_STAT_DESC_0_SRC_SWAP_OFFSET 0x00000000
  130. #define CE_STAT_DESC_0_SRC_SWAP_LSB 9
  131. #define CE_STAT_DESC_0_SRC_SWAP_MASK 0x00000200
  132. /* Description CE_STAT_DESC_0_DEST_SWAP
  133. Destination memory buffer swapped
  134. <legal all>
  135. */
  136. #define CE_STAT_DESC_0_DEST_SWAP_OFFSET 0x00000000
  137. #define CE_STAT_DESC_0_DEST_SWAP_LSB 10
  138. #define CE_STAT_DESC_0_DEST_SWAP_MASK 0x00000400
  139. /* Description CE_STAT_DESC_0_GATHER
  140. Gather of multiple copy engine source descriptors to one
  141. destination enabled
  142. <legal all>
  143. */
  144. #define CE_STAT_DESC_0_GATHER_OFFSET 0x00000000
  145. #define CE_STAT_DESC_0_GATHER_LSB 11
  146. #define CE_STAT_DESC_0_GATHER_MASK 0x00000800
  147. /* Description CE_STAT_DESC_0_CE_RES_6
  148. Reserved
  149. <legal all>
  150. */
  151. #define CE_STAT_DESC_0_CE_RES_6_OFFSET 0x00000000
  152. #define CE_STAT_DESC_0_CE_RES_6_LSB 12
  153. #define CE_STAT_DESC_0_CE_RES_6_MASK 0x0000f000
  154. /* Description CE_STAT_DESC_0_LENGTH
  155. Sum of all the Lengths of the source descriptor in the
  156. gather chain
  157. <legal all>
  158. */
  159. #define CE_STAT_DESC_0_LENGTH_OFFSET 0x00000000
  160. #define CE_STAT_DESC_0_LENGTH_LSB 16
  161. #define CE_STAT_DESC_0_LENGTH_MASK 0xffff0000
  162. /* Description CE_STAT_DESC_1_TOEPLITZ_HASH_0
  163. 32 LS bits of 64 bit Toeplitz LFSR hash result
  164. <legal all>
  165. */
  166. #define CE_STAT_DESC_1_TOEPLITZ_HASH_0_OFFSET 0x00000004
  167. #define CE_STAT_DESC_1_TOEPLITZ_HASH_0_LSB 0
  168. #define CE_STAT_DESC_1_TOEPLITZ_HASH_0_MASK 0xffffffff
  169. /* Description CE_STAT_DESC_2_TOEPLITZ_HASH_1
  170. 32 MS bits of 64 bit Toeplitz LFSR hash result
  171. <legal all>
  172. */
  173. #define CE_STAT_DESC_2_TOEPLITZ_HASH_1_OFFSET 0x00000008
  174. #define CE_STAT_DESC_2_TOEPLITZ_HASH_1_LSB 0
  175. #define CE_STAT_DESC_2_TOEPLITZ_HASH_1_MASK 0xffffffff
  176. /* Description CE_STAT_DESC_3_FW_METADATA
  177. Meta data used by FW
  178. In case of gather field in first source ring entry of
  179. the gather copy cycle in taken into account.
  180. <legal all>
  181. */
  182. #define CE_STAT_DESC_3_FW_METADATA_OFFSET 0x0000000c
  183. #define CE_STAT_DESC_3_FW_METADATA_LSB 0
  184. #define CE_STAT_DESC_3_FW_METADATA_MASK 0x0000ffff
  185. /* Description CE_STAT_DESC_3_CE_RES_7
  186. Reserved
  187. <legal all>
  188. */
  189. #define CE_STAT_DESC_3_CE_RES_7_OFFSET 0x0000000c
  190. #define CE_STAT_DESC_3_CE_RES_7_LSB 16
  191. #define CE_STAT_DESC_3_CE_RES_7_MASK 0x000f0000
  192. /* Description CE_STAT_DESC_3_RING_ID
  193. The buffer pointer ring ID.
  194. 0 refers to the IDLE ring
  195. 1 - N refers to other rings
  196. Helps with debugging when dumping ring contents.
  197. <legal all>
  198. */
  199. #define CE_STAT_DESC_3_RING_ID_OFFSET 0x0000000c
  200. #define CE_STAT_DESC_3_RING_ID_LSB 20
  201. #define CE_STAT_DESC_3_RING_ID_MASK 0x0ff00000
  202. /* Description CE_STAT_DESC_3_LOOPING_COUNT
  203. A count value that indicates the number of times the
  204. producer of entries into the Ring has looped around the
  205. ring.
  206. At initialization time, this value is set to 0. On the
  207. first loop, this value is set to 1. After the max value is
  208. reached allowed by the number of bits for this field, the
  209. count value continues with 0 again.
  210. In case SW is the consumer of the ring entries, it can
  211. use this field to figure out up to where the producer of
  212. entries has created new entries. This eliminates the need to
  213. check where the head pointer' of the ring is located once
  214. the SW starts processing an interrupt indicating that new
  215. entries have been put into this ring...
  216. Also note that SW if it wants only needs to look at the
  217. LSB bit of this count value.
  218. <legal all>
  219. */
  220. #define CE_STAT_DESC_3_LOOPING_COUNT_OFFSET 0x0000000c
  221. #define CE_STAT_DESC_3_LOOPING_COUNT_LSB 28
  222. #define CE_STAT_DESC_3_LOOPING_COUNT_MASK 0xf0000000
  223. #endif // _CE_STAT_DESC_H_