reo_flush_queue_status.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. /*
  2. * Copyright (c) 2016-2017 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. //
  19. // DO NOT EDIT! This file is automatically generated
  20. // These definitions are tied to a particular hardware layout
  21. #ifndef _REO_FLUSH_QUEUE_STATUS_H_
  22. #define _REO_FLUSH_QUEUE_STATUS_H_
  23. #if !defined(__ASSEMBLER__)
  24. #endif
  25. #include "uniform_reo_status_header.h"
  26. // ################ START SUMMARY #################
  27. //
  28. // Dword Fields
  29. // 0-1 struct uniform_reo_status_header status_header;
  30. // 2 error_detected[0], reserved_2a[31:1]
  31. // 3 reserved_3a[31:0]
  32. // 4 reserved_4a[31:0]
  33. // 5 reserved_5a[31:0]
  34. // 6 reserved_6a[31:0]
  35. // 7 reserved_7a[31:0]
  36. // 8 reserved_8a[31:0]
  37. // 9 reserved_9a[31:0]
  38. // 10 reserved_10a[31:0]
  39. // 11 reserved_11a[31:0]
  40. // 12 reserved_12a[31:0]
  41. // 13 reserved_13a[31:0]
  42. // 14 reserved_14a[31:0]
  43. // 15 reserved_15a[31:0]
  44. // 16 reserved_16a[31:0]
  45. // 17 reserved_17a[31:0]
  46. // 18 reserved_18a[31:0]
  47. // 19 reserved_19a[31:0]
  48. // 20 reserved_20a[31:0]
  49. // 21 reserved_21a[31:0]
  50. // 22 reserved_22a[31:0]
  51. // 23 reserved_23a[31:0]
  52. // 24 reserved_24a[27:0], looping_count[31:28]
  53. //
  54. // ################ END SUMMARY #################
  55. #define NUM_OF_DWORDS_REO_FLUSH_QUEUE_STATUS 25
  56. struct reo_flush_queue_status {
  57. struct uniform_reo_status_header status_header;
  58. uint32_t error_detected : 1, //[0]
  59. reserved_2a : 31; //[31:1]
  60. uint32_t reserved_3a : 32; //[31:0]
  61. uint32_t reserved_4a : 32; //[31:0]
  62. uint32_t reserved_5a : 32; //[31:0]
  63. uint32_t reserved_6a : 32; //[31:0]
  64. uint32_t reserved_7a : 32; //[31:0]
  65. uint32_t reserved_8a : 32; //[31:0]
  66. uint32_t reserved_9a : 32; //[31:0]
  67. uint32_t reserved_10a : 32; //[31:0]
  68. uint32_t reserved_11a : 32; //[31:0]
  69. uint32_t reserved_12a : 32; //[31:0]
  70. uint32_t reserved_13a : 32; //[31:0]
  71. uint32_t reserved_14a : 32; //[31:0]
  72. uint32_t reserved_15a : 32; //[31:0]
  73. uint32_t reserved_16a : 32; //[31:0]
  74. uint32_t reserved_17a : 32; //[31:0]
  75. uint32_t reserved_18a : 32; //[31:0]
  76. uint32_t reserved_19a : 32; //[31:0]
  77. uint32_t reserved_20a : 32; //[31:0]
  78. uint32_t reserved_21a : 32; //[31:0]
  79. uint32_t reserved_22a : 32; //[31:0]
  80. uint32_t reserved_23a : 32; //[31:0]
  81. uint32_t reserved_24a : 28, //[27:0]
  82. looping_count : 4; //[31:28]
  83. };
  84. /*
  85. struct uniform_reo_status_header status_header
  86. Consumer: SW
  87. Producer: REO
  88. Details that can link this status with the original
  89. command. It also contains info on how long REO took to
  90. execute this command.
  91. error_detected
  92. Status of the blocking resource
  93. 0: No error has been detected while executing this
  94. command
  95. 1: Error detected: The resource to be used for blocking
  96. was already in use.
  97. reserved_2a
  98. <legal 0>
  99. reserved_3a
  100. <legal 0>
  101. reserved_4a
  102. <legal 0>
  103. reserved_5a
  104. <legal 0>
  105. reserved_6a
  106. <legal 0>
  107. reserved_7a
  108. <legal 0>
  109. reserved_8a
  110. <legal 0>
  111. reserved_9a
  112. <legal 0>
  113. reserved_10a
  114. <legal 0>
  115. reserved_11a
  116. <legal 0>
  117. reserved_12a
  118. <legal 0>
  119. reserved_13a
  120. <legal 0>
  121. reserved_14a
  122. <legal 0>
  123. reserved_15a
  124. <legal 0>
  125. reserved_16a
  126. <legal 0>
  127. reserved_17a
  128. <legal 0>
  129. reserved_18a
  130. <legal 0>
  131. reserved_19a
  132. <legal 0>
  133. reserved_20a
  134. <legal 0>
  135. reserved_21a
  136. <legal 0>
  137. reserved_22a
  138. <legal 0>
  139. reserved_23a
  140. <legal 0>
  141. reserved_24a
  142. <legal 0>
  143. looping_count
  144. A count value that indicates the number of times the
  145. producer of entries into this Ring has looped around the
  146. ring.
  147. At initialization time, this value is set to 0. On the
  148. first loop, this value is set to 1. After the max value is
  149. reached allowed by the number of bits for this field, the
  150. count value continues with 0 again.
  151. In case SW is the consumer of the ring entries, it can
  152. use this field to figure out up to where the producer of
  153. entries has created new entries. This eliminates the need to
  154. check where the head pointer' of the ring is located once
  155. the SW starts processing an interrupt indicating that new
  156. entries have been put into this ring...
  157. Also note that SW if it wants only needs to look at the
  158. LSB bit of this count value.
  159. <legal all>
  160. */
  161. #define REO_FLUSH_QUEUE_STATUS_0_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_OFFSET 0x00000000
  162. #define REO_FLUSH_QUEUE_STATUS_0_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_LSB 28
  163. #define REO_FLUSH_QUEUE_STATUS_0_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_MASK 0xffffffff
  164. #define REO_FLUSH_QUEUE_STATUS_1_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_OFFSET 0x00000004
  165. #define REO_FLUSH_QUEUE_STATUS_1_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_LSB 28
  166. #define REO_FLUSH_QUEUE_STATUS_1_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_MASK 0xffffffff
  167. /* Description REO_FLUSH_QUEUE_STATUS_2_ERROR_DETECTED
  168. Status of the blocking resource
  169. 0: No error has been detected while executing this
  170. command
  171. 1: Error detected: The resource to be used for blocking
  172. was already in use.
  173. */
  174. #define REO_FLUSH_QUEUE_STATUS_2_ERROR_DETECTED_OFFSET 0x00000008
  175. #define REO_FLUSH_QUEUE_STATUS_2_ERROR_DETECTED_LSB 0
  176. #define REO_FLUSH_QUEUE_STATUS_2_ERROR_DETECTED_MASK 0x00000001
  177. /* Description REO_FLUSH_QUEUE_STATUS_2_RESERVED_2A
  178. <legal 0>
  179. */
  180. #define REO_FLUSH_QUEUE_STATUS_2_RESERVED_2A_OFFSET 0x00000008
  181. #define REO_FLUSH_QUEUE_STATUS_2_RESERVED_2A_LSB 1
  182. #define REO_FLUSH_QUEUE_STATUS_2_RESERVED_2A_MASK 0xfffffffe
  183. /* Description REO_FLUSH_QUEUE_STATUS_3_RESERVED_3A
  184. <legal 0>
  185. */
  186. #define REO_FLUSH_QUEUE_STATUS_3_RESERVED_3A_OFFSET 0x0000000c
  187. #define REO_FLUSH_QUEUE_STATUS_3_RESERVED_3A_LSB 0
  188. #define REO_FLUSH_QUEUE_STATUS_3_RESERVED_3A_MASK 0xffffffff
  189. /* Description REO_FLUSH_QUEUE_STATUS_4_RESERVED_4A
  190. <legal 0>
  191. */
  192. #define REO_FLUSH_QUEUE_STATUS_4_RESERVED_4A_OFFSET 0x00000010
  193. #define REO_FLUSH_QUEUE_STATUS_4_RESERVED_4A_LSB 0
  194. #define REO_FLUSH_QUEUE_STATUS_4_RESERVED_4A_MASK 0xffffffff
  195. /* Description REO_FLUSH_QUEUE_STATUS_5_RESERVED_5A
  196. <legal 0>
  197. */
  198. #define REO_FLUSH_QUEUE_STATUS_5_RESERVED_5A_OFFSET 0x00000014
  199. #define REO_FLUSH_QUEUE_STATUS_5_RESERVED_5A_LSB 0
  200. #define REO_FLUSH_QUEUE_STATUS_5_RESERVED_5A_MASK 0xffffffff
  201. /* Description REO_FLUSH_QUEUE_STATUS_6_RESERVED_6A
  202. <legal 0>
  203. */
  204. #define REO_FLUSH_QUEUE_STATUS_6_RESERVED_6A_OFFSET 0x00000018
  205. #define REO_FLUSH_QUEUE_STATUS_6_RESERVED_6A_LSB 0
  206. #define REO_FLUSH_QUEUE_STATUS_6_RESERVED_6A_MASK 0xffffffff
  207. /* Description REO_FLUSH_QUEUE_STATUS_7_RESERVED_7A
  208. <legal 0>
  209. */
  210. #define REO_FLUSH_QUEUE_STATUS_7_RESERVED_7A_OFFSET 0x0000001c
  211. #define REO_FLUSH_QUEUE_STATUS_7_RESERVED_7A_LSB 0
  212. #define REO_FLUSH_QUEUE_STATUS_7_RESERVED_7A_MASK 0xffffffff
  213. /* Description REO_FLUSH_QUEUE_STATUS_8_RESERVED_8A
  214. <legal 0>
  215. */
  216. #define REO_FLUSH_QUEUE_STATUS_8_RESERVED_8A_OFFSET 0x00000020
  217. #define REO_FLUSH_QUEUE_STATUS_8_RESERVED_8A_LSB 0
  218. #define REO_FLUSH_QUEUE_STATUS_8_RESERVED_8A_MASK 0xffffffff
  219. /* Description REO_FLUSH_QUEUE_STATUS_9_RESERVED_9A
  220. <legal 0>
  221. */
  222. #define REO_FLUSH_QUEUE_STATUS_9_RESERVED_9A_OFFSET 0x00000024
  223. #define REO_FLUSH_QUEUE_STATUS_9_RESERVED_9A_LSB 0
  224. #define REO_FLUSH_QUEUE_STATUS_9_RESERVED_9A_MASK 0xffffffff
  225. /* Description REO_FLUSH_QUEUE_STATUS_10_RESERVED_10A
  226. <legal 0>
  227. */
  228. #define REO_FLUSH_QUEUE_STATUS_10_RESERVED_10A_OFFSET 0x00000028
  229. #define REO_FLUSH_QUEUE_STATUS_10_RESERVED_10A_LSB 0
  230. #define REO_FLUSH_QUEUE_STATUS_10_RESERVED_10A_MASK 0xffffffff
  231. /* Description REO_FLUSH_QUEUE_STATUS_11_RESERVED_11A
  232. <legal 0>
  233. */
  234. #define REO_FLUSH_QUEUE_STATUS_11_RESERVED_11A_OFFSET 0x0000002c
  235. #define REO_FLUSH_QUEUE_STATUS_11_RESERVED_11A_LSB 0
  236. #define REO_FLUSH_QUEUE_STATUS_11_RESERVED_11A_MASK 0xffffffff
  237. /* Description REO_FLUSH_QUEUE_STATUS_12_RESERVED_12A
  238. <legal 0>
  239. */
  240. #define REO_FLUSH_QUEUE_STATUS_12_RESERVED_12A_OFFSET 0x00000030
  241. #define REO_FLUSH_QUEUE_STATUS_12_RESERVED_12A_LSB 0
  242. #define REO_FLUSH_QUEUE_STATUS_12_RESERVED_12A_MASK 0xffffffff
  243. /* Description REO_FLUSH_QUEUE_STATUS_13_RESERVED_13A
  244. <legal 0>
  245. */
  246. #define REO_FLUSH_QUEUE_STATUS_13_RESERVED_13A_OFFSET 0x00000034
  247. #define REO_FLUSH_QUEUE_STATUS_13_RESERVED_13A_LSB 0
  248. #define REO_FLUSH_QUEUE_STATUS_13_RESERVED_13A_MASK 0xffffffff
  249. /* Description REO_FLUSH_QUEUE_STATUS_14_RESERVED_14A
  250. <legal 0>
  251. */
  252. #define REO_FLUSH_QUEUE_STATUS_14_RESERVED_14A_OFFSET 0x00000038
  253. #define REO_FLUSH_QUEUE_STATUS_14_RESERVED_14A_LSB 0
  254. #define REO_FLUSH_QUEUE_STATUS_14_RESERVED_14A_MASK 0xffffffff
  255. /* Description REO_FLUSH_QUEUE_STATUS_15_RESERVED_15A
  256. <legal 0>
  257. */
  258. #define REO_FLUSH_QUEUE_STATUS_15_RESERVED_15A_OFFSET 0x0000003c
  259. #define REO_FLUSH_QUEUE_STATUS_15_RESERVED_15A_LSB 0
  260. #define REO_FLUSH_QUEUE_STATUS_15_RESERVED_15A_MASK 0xffffffff
  261. /* Description REO_FLUSH_QUEUE_STATUS_16_RESERVED_16A
  262. <legal 0>
  263. */
  264. #define REO_FLUSH_QUEUE_STATUS_16_RESERVED_16A_OFFSET 0x00000040
  265. #define REO_FLUSH_QUEUE_STATUS_16_RESERVED_16A_LSB 0
  266. #define REO_FLUSH_QUEUE_STATUS_16_RESERVED_16A_MASK 0xffffffff
  267. /* Description REO_FLUSH_QUEUE_STATUS_17_RESERVED_17A
  268. <legal 0>
  269. */
  270. #define REO_FLUSH_QUEUE_STATUS_17_RESERVED_17A_OFFSET 0x00000044
  271. #define REO_FLUSH_QUEUE_STATUS_17_RESERVED_17A_LSB 0
  272. #define REO_FLUSH_QUEUE_STATUS_17_RESERVED_17A_MASK 0xffffffff
  273. /* Description REO_FLUSH_QUEUE_STATUS_18_RESERVED_18A
  274. <legal 0>
  275. */
  276. #define REO_FLUSH_QUEUE_STATUS_18_RESERVED_18A_OFFSET 0x00000048
  277. #define REO_FLUSH_QUEUE_STATUS_18_RESERVED_18A_LSB 0
  278. #define REO_FLUSH_QUEUE_STATUS_18_RESERVED_18A_MASK 0xffffffff
  279. /* Description REO_FLUSH_QUEUE_STATUS_19_RESERVED_19A
  280. <legal 0>
  281. */
  282. #define REO_FLUSH_QUEUE_STATUS_19_RESERVED_19A_OFFSET 0x0000004c
  283. #define REO_FLUSH_QUEUE_STATUS_19_RESERVED_19A_LSB 0
  284. #define REO_FLUSH_QUEUE_STATUS_19_RESERVED_19A_MASK 0xffffffff
  285. /* Description REO_FLUSH_QUEUE_STATUS_20_RESERVED_20A
  286. <legal 0>
  287. */
  288. #define REO_FLUSH_QUEUE_STATUS_20_RESERVED_20A_OFFSET 0x00000050
  289. #define REO_FLUSH_QUEUE_STATUS_20_RESERVED_20A_LSB 0
  290. #define REO_FLUSH_QUEUE_STATUS_20_RESERVED_20A_MASK 0xffffffff
  291. /* Description REO_FLUSH_QUEUE_STATUS_21_RESERVED_21A
  292. <legal 0>
  293. */
  294. #define REO_FLUSH_QUEUE_STATUS_21_RESERVED_21A_OFFSET 0x00000054
  295. #define REO_FLUSH_QUEUE_STATUS_21_RESERVED_21A_LSB 0
  296. #define REO_FLUSH_QUEUE_STATUS_21_RESERVED_21A_MASK 0xffffffff
  297. /* Description REO_FLUSH_QUEUE_STATUS_22_RESERVED_22A
  298. <legal 0>
  299. */
  300. #define REO_FLUSH_QUEUE_STATUS_22_RESERVED_22A_OFFSET 0x00000058
  301. #define REO_FLUSH_QUEUE_STATUS_22_RESERVED_22A_LSB 0
  302. #define REO_FLUSH_QUEUE_STATUS_22_RESERVED_22A_MASK 0xffffffff
  303. /* Description REO_FLUSH_QUEUE_STATUS_23_RESERVED_23A
  304. <legal 0>
  305. */
  306. #define REO_FLUSH_QUEUE_STATUS_23_RESERVED_23A_OFFSET 0x0000005c
  307. #define REO_FLUSH_QUEUE_STATUS_23_RESERVED_23A_LSB 0
  308. #define REO_FLUSH_QUEUE_STATUS_23_RESERVED_23A_MASK 0xffffffff
  309. /* Description REO_FLUSH_QUEUE_STATUS_24_RESERVED_24A
  310. <legal 0>
  311. */
  312. #define REO_FLUSH_QUEUE_STATUS_24_RESERVED_24A_OFFSET 0x00000060
  313. #define REO_FLUSH_QUEUE_STATUS_24_RESERVED_24A_LSB 0
  314. #define REO_FLUSH_QUEUE_STATUS_24_RESERVED_24A_MASK 0x0fffffff
  315. /* Description REO_FLUSH_QUEUE_STATUS_24_LOOPING_COUNT
  316. A count value that indicates the number of times the
  317. producer of entries into this Ring has looped around the
  318. ring.
  319. At initialization time, this value is set to 0. On the
  320. first loop, this value is set to 1. After the max value is
  321. reached allowed by the number of bits for this field, the
  322. count value continues with 0 again.
  323. In case SW is the consumer of the ring entries, it can
  324. use this field to figure out up to where the producer of
  325. entries has created new entries. This eliminates the need to
  326. check where the head pointer' of the ring is located once
  327. the SW starts processing an interrupt indicating that new
  328. entries have been put into this ring...
  329. Also note that SW if it wants only needs to look at the
  330. LSB bit of this count value.
  331. <legal all>
  332. */
  333. #define REO_FLUSH_QUEUE_STATUS_24_LOOPING_COUNT_OFFSET 0x00000060
  334. #define REO_FLUSH_QUEUE_STATUS_24_LOOPING_COUNT_LSB 28
  335. #define REO_FLUSH_QUEUE_STATUS_24_LOOPING_COUNT_MASK 0xf0000000
  336. #endif // _REO_FLUSH_QUEUE_STATUS_H_