vht_sig_b_su160_info.h 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. /*
  2. * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for any
  5. * purpose with or without fee is hereby granted, provided that the above
  6. * copyright notice and this permission notice appear in all copies.
  7. *
  8. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  9. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  10. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  11. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  12. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  13. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  14. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  15. */
  16. #ifndef _VHT_SIG_B_SU160_INFO_H_
  17. #define _VHT_SIG_B_SU160_INFO_H_
  18. #if !defined(__ASSEMBLER__)
  19. #endif
  20. #define NUM_OF_DWORDS_VHT_SIG_B_SU160_INFO 8
  21. struct vht_sig_b_su160_info {
  22. #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
  23. uint32_t length : 21, // [20:0]
  24. vhtb_reserved : 2, // [22:21]
  25. tail : 6, // [28:23]
  26. reserved_0 : 2, // [30:29]
  27. rx_ndp : 1; // [31:31]
  28. uint32_t length_copy_a : 21, // [20:0]
  29. vhtb_reserved_copy_a : 2, // [22:21]
  30. tail_copy_a : 6, // [28:23]
  31. reserved_1 : 2, // [30:29]
  32. rx_ndp_copy_a : 1; // [31:31]
  33. uint32_t length_copy_b : 21, // [20:0]
  34. vhtb_reserved_copy_b : 2, // [22:21]
  35. tail_copy_b : 6, // [28:23]
  36. reserved_2 : 2, // [30:29]
  37. rx_ndp_copy_b : 1; // [31:31]
  38. uint32_t length_copy_c : 21, // [20:0]
  39. vhtb_reserved_copy_c : 2, // [22:21]
  40. tail_copy_c : 6, // [28:23]
  41. reserved_3 : 2, // [30:29]
  42. rx_ndp_copy_c : 1; // [31:31]
  43. uint32_t length_copy_d : 21, // [20:0]
  44. vhtb_reserved_copy_d : 2, // [22:21]
  45. tail_copy_d : 6, // [28:23]
  46. reserved_4 : 2, // [30:29]
  47. rx_ndp_copy_d : 1; // [31:31]
  48. uint32_t length_copy_e : 21, // [20:0]
  49. vhtb_reserved_copy_e : 2, // [22:21]
  50. tail_copy_e : 6, // [28:23]
  51. reserved_5 : 2, // [30:29]
  52. rx_ndp_copy_e : 1; // [31:31]
  53. uint32_t length_copy_f : 21, // [20:0]
  54. vhtb_reserved_copy_f : 2, // [22:21]
  55. tail_copy_f : 6, // [28:23]
  56. reserved_6 : 2, // [30:29]
  57. rx_ndp_copy_f : 1; // [31:31]
  58. uint32_t length_copy_g : 21, // [20:0]
  59. vhtb_reserved_copy_g : 2, // [22:21]
  60. tail_copy_g : 6, // [28:23]
  61. reserved_7 : 2, // [30:29]
  62. rx_ndp_copy_g : 1; // [31:31]
  63. #else
  64. uint32_t rx_ndp : 1, // [31:31]
  65. reserved_0 : 2, // [30:29]
  66. tail : 6, // [28:23]
  67. vhtb_reserved : 2, // [22:21]
  68. length : 21; // [20:0]
  69. uint32_t rx_ndp_copy_a : 1, // [31:31]
  70. reserved_1 : 2, // [30:29]
  71. tail_copy_a : 6, // [28:23]
  72. vhtb_reserved_copy_a : 2, // [22:21]
  73. length_copy_a : 21; // [20:0]
  74. uint32_t rx_ndp_copy_b : 1, // [31:31]
  75. reserved_2 : 2, // [30:29]
  76. tail_copy_b : 6, // [28:23]
  77. vhtb_reserved_copy_b : 2, // [22:21]
  78. length_copy_b : 21; // [20:0]
  79. uint32_t rx_ndp_copy_c : 1, // [31:31]
  80. reserved_3 : 2, // [30:29]
  81. tail_copy_c : 6, // [28:23]
  82. vhtb_reserved_copy_c : 2, // [22:21]
  83. length_copy_c : 21; // [20:0]
  84. uint32_t rx_ndp_copy_d : 1, // [31:31]
  85. reserved_4 : 2, // [30:29]
  86. tail_copy_d : 6, // [28:23]
  87. vhtb_reserved_copy_d : 2, // [22:21]
  88. length_copy_d : 21; // [20:0]
  89. uint32_t rx_ndp_copy_e : 1, // [31:31]
  90. reserved_5 : 2, // [30:29]
  91. tail_copy_e : 6, // [28:23]
  92. vhtb_reserved_copy_e : 2, // [22:21]
  93. length_copy_e : 21; // [20:0]
  94. uint32_t rx_ndp_copy_f : 1, // [31:31]
  95. reserved_6 : 2, // [30:29]
  96. tail_copy_f : 6, // [28:23]
  97. vhtb_reserved_copy_f : 2, // [22:21]
  98. length_copy_f : 21; // [20:0]
  99. uint32_t rx_ndp_copy_g : 1, // [31:31]
  100. reserved_7 : 2, // [30:29]
  101. tail_copy_g : 6, // [28:23]
  102. vhtb_reserved_copy_g : 2, // [22:21]
  103. length_copy_g : 21; // [20:0]
  104. #endif
  105. };
  106. /* Description LENGTH
  107. VHT-SIG-B Length (in units of 4 octets) = ceiling (LENGTH/4)
  108. <legal all>
  109. */
  110. #define VHT_SIG_B_SU160_INFO_LENGTH_OFFSET 0x00000000
  111. #define VHT_SIG_B_SU160_INFO_LENGTH_LSB 0
  112. #define VHT_SIG_B_SU160_INFO_LENGTH_MSB 20
  113. #define VHT_SIG_B_SU160_INFO_LENGTH_MASK 0x001fffff
  114. /* Description VHTB_RESERVED
  115. Reserved: Set to all ones for non-NDP frames and ignored
  116. on receive <legal 1,3>
  117. */
  118. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_OFFSET 0x00000000
  119. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_LSB 21
  120. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_MSB 22
  121. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_MASK 0x00600000
  122. /* Description TAIL
  123. Used to terminate the trellis of the convolutional decoder.
  124. Set to 0. <legal 0>
  125. */
  126. #define VHT_SIG_B_SU160_INFO_TAIL_OFFSET 0x00000000
  127. #define VHT_SIG_B_SU160_INFO_TAIL_LSB 23
  128. #define VHT_SIG_B_SU160_INFO_TAIL_MSB 28
  129. #define VHT_SIG_B_SU160_INFO_TAIL_MASK 0x1f800000
  130. /* Description RESERVED_0
  131. Not part of VHT-SIG-B.
  132. Reserved: Set to 0 and ignored on receive <legal 0>
  133. */
  134. #define VHT_SIG_B_SU160_INFO_RESERVED_0_OFFSET 0x00000000
  135. #define VHT_SIG_B_SU160_INFO_RESERVED_0_LSB 29
  136. #define VHT_SIG_B_SU160_INFO_RESERVED_0_MSB 30
  137. #define VHT_SIG_B_SU160_INFO_RESERVED_0_MASK 0x60000000
  138. /* Description RX_NDP
  139. Not part of VHT-SIG-B.
  140. Used to identify received NDP frame
  141. <legal 0,1>
  142. */
  143. #define VHT_SIG_B_SU160_INFO_RX_NDP_OFFSET 0x00000000
  144. #define VHT_SIG_B_SU160_INFO_RX_NDP_LSB 31
  145. #define VHT_SIG_B_SU160_INFO_RX_NDP_MSB 31
  146. #define VHT_SIG_B_SU160_INFO_RX_NDP_MASK 0x80000000
  147. /* Description LENGTH_COPY_A
  148. Same as "length" <legal all>
  149. */
  150. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_A_OFFSET 0x00000004
  151. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_A_LSB 0
  152. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_A_MSB 20
  153. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_A_MASK 0x001fffff
  154. /* Description VHTB_RESERVED_COPY_A
  155. Same as "vhtb_reserved" <legal 1,3>
  156. */
  157. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_A_OFFSET 0x00000004
  158. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_A_LSB 21
  159. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_A_MSB 22
  160. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_A_MASK 0x00600000
  161. /* Description TAIL_COPY_A
  162. Same as "tail" <legal 0>
  163. */
  164. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_A_OFFSET 0x00000004
  165. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_A_LSB 23
  166. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_A_MSB 28
  167. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_A_MASK 0x1f800000
  168. /* Description RESERVED_1
  169. Reserved: Set to 0 and ignored on receive <legal 0>
  170. */
  171. #define VHT_SIG_B_SU160_INFO_RESERVED_1_OFFSET 0x00000004
  172. #define VHT_SIG_B_SU160_INFO_RESERVED_1_LSB 29
  173. #define VHT_SIG_B_SU160_INFO_RESERVED_1_MSB 30
  174. #define VHT_SIG_B_SU160_INFO_RESERVED_1_MASK 0x60000000
  175. /* Description RX_NDP_COPY_A
  176. Not part of VHT-SIG-B.
  177. Used to identify received NDP frame
  178. <legal 0,1>
  179. */
  180. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_A_OFFSET 0x00000004
  181. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_A_LSB 31
  182. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_A_MSB 31
  183. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_A_MASK 0x80000000
  184. /* Description LENGTH_COPY_B
  185. Same as "length" <legal all>
  186. */
  187. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_B_OFFSET 0x00000008
  188. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_B_LSB 0
  189. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_B_MSB 20
  190. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_B_MASK 0x001fffff
  191. /* Description VHTB_RESERVED_COPY_B
  192. Same as "vhtb_reserved" <legal 1,3>
  193. */
  194. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_B_OFFSET 0x00000008
  195. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_B_LSB 21
  196. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_B_MSB 22
  197. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_B_MASK 0x00600000
  198. /* Description TAIL_COPY_B
  199. Same as "tail" <legal 0>
  200. */
  201. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_B_OFFSET 0x00000008
  202. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_B_LSB 23
  203. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_B_MSB 28
  204. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_B_MASK 0x1f800000
  205. /* Description RESERVED_2
  206. Reserved: Set to 0 and ignored on receive <legal 0>
  207. */
  208. #define VHT_SIG_B_SU160_INFO_RESERVED_2_OFFSET 0x00000008
  209. #define VHT_SIG_B_SU160_INFO_RESERVED_2_LSB 29
  210. #define VHT_SIG_B_SU160_INFO_RESERVED_2_MSB 30
  211. #define VHT_SIG_B_SU160_INFO_RESERVED_2_MASK 0x60000000
  212. /* Description RX_NDP_COPY_B
  213. Not part of VHT-SIG-B.
  214. Used to identify received NDP frame
  215. <legal 0,1>
  216. */
  217. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_B_OFFSET 0x00000008
  218. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_B_LSB 31
  219. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_B_MSB 31
  220. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_B_MASK 0x80000000
  221. /* Description LENGTH_COPY_C
  222. Same as "length" <legal all>
  223. */
  224. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_C_OFFSET 0x0000000c
  225. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_C_LSB 0
  226. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_C_MSB 20
  227. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_C_MASK 0x001fffff
  228. /* Description VHTB_RESERVED_COPY_C
  229. Same as "vhtb_reserved" <legal 1,3>
  230. */
  231. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_C_OFFSET 0x0000000c
  232. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_C_LSB 21
  233. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_C_MSB 22
  234. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_C_MASK 0x00600000
  235. /* Description TAIL_COPY_C
  236. Same as "tail" <legal 0>
  237. */
  238. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_C_OFFSET 0x0000000c
  239. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_C_LSB 23
  240. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_C_MSB 28
  241. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_C_MASK 0x1f800000
  242. /* Description RESERVED_3
  243. Reserved: Set to 0 and ignored on receive <legal 0>
  244. */
  245. #define VHT_SIG_B_SU160_INFO_RESERVED_3_OFFSET 0x0000000c
  246. #define VHT_SIG_B_SU160_INFO_RESERVED_3_LSB 29
  247. #define VHT_SIG_B_SU160_INFO_RESERVED_3_MSB 30
  248. #define VHT_SIG_B_SU160_INFO_RESERVED_3_MASK 0x60000000
  249. /* Description RX_NDP_COPY_C
  250. Not part of VHT-SIG-B.
  251. Used to identify received NDP frame
  252. <legal 0,1>
  253. */
  254. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_C_OFFSET 0x0000000c
  255. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_C_LSB 31
  256. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_C_MSB 31
  257. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_C_MASK 0x80000000
  258. /* Description LENGTH_COPY_D
  259. Same as "length" <legal all>
  260. */
  261. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_D_OFFSET 0x00000010
  262. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_D_LSB 0
  263. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_D_MSB 20
  264. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_D_MASK 0x001fffff
  265. /* Description VHTB_RESERVED_COPY_D
  266. Same as "vhtb_reserved" <legal 1,3>
  267. */
  268. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_D_OFFSET 0x00000010
  269. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_D_LSB 21
  270. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_D_MSB 22
  271. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_D_MASK 0x00600000
  272. /* Description TAIL_COPY_D
  273. Same as "tail" <legal 0>
  274. */
  275. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_D_OFFSET 0x00000010
  276. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_D_LSB 23
  277. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_D_MSB 28
  278. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_D_MASK 0x1f800000
  279. /* Description RESERVED_4
  280. Reserved: Set to 0 and ignored on receive <legal 0>
  281. */
  282. #define VHT_SIG_B_SU160_INFO_RESERVED_4_OFFSET 0x00000010
  283. #define VHT_SIG_B_SU160_INFO_RESERVED_4_LSB 29
  284. #define VHT_SIG_B_SU160_INFO_RESERVED_4_MSB 30
  285. #define VHT_SIG_B_SU160_INFO_RESERVED_4_MASK 0x60000000
  286. /* Description RX_NDP_COPY_D
  287. Not part of VHT-SIG-B.
  288. Used to identify received NDP frame
  289. <legal 0,1>
  290. */
  291. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_D_OFFSET 0x00000010
  292. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_D_LSB 31
  293. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_D_MSB 31
  294. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_D_MASK 0x80000000
  295. /* Description LENGTH_COPY_E
  296. Same as "length" <legal all>
  297. */
  298. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_E_OFFSET 0x00000014
  299. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_E_LSB 0
  300. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_E_MSB 20
  301. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_E_MASK 0x001fffff
  302. /* Description VHTB_RESERVED_COPY_E
  303. Same as "vhtb_reserved" <legal 1,3>
  304. */
  305. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_E_OFFSET 0x00000014
  306. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_E_LSB 21
  307. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_E_MSB 22
  308. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_E_MASK 0x00600000
  309. /* Description TAIL_COPY_E
  310. Same as "tail" <legal 0>
  311. */
  312. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_E_OFFSET 0x00000014
  313. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_E_LSB 23
  314. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_E_MSB 28
  315. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_E_MASK 0x1f800000
  316. /* Description RESERVED_5
  317. Reserved: Set to 0 and ignored on receive <legal 0>
  318. */
  319. #define VHT_SIG_B_SU160_INFO_RESERVED_5_OFFSET 0x00000014
  320. #define VHT_SIG_B_SU160_INFO_RESERVED_5_LSB 29
  321. #define VHT_SIG_B_SU160_INFO_RESERVED_5_MSB 30
  322. #define VHT_SIG_B_SU160_INFO_RESERVED_5_MASK 0x60000000
  323. /* Description RX_NDP_COPY_E
  324. Not part of VHT-SIG-B.
  325. Used to identify received NDP frame
  326. <legal 0,1>
  327. */
  328. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_E_OFFSET 0x00000014
  329. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_E_LSB 31
  330. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_E_MSB 31
  331. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_E_MASK 0x80000000
  332. /* Description LENGTH_COPY_F
  333. Same as "length" <legal all>
  334. */
  335. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_F_OFFSET 0x00000018
  336. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_F_LSB 0
  337. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_F_MSB 20
  338. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_F_MASK 0x001fffff
  339. /* Description VHTB_RESERVED_COPY_F
  340. Same as "vhtb_reserved" <legal 1,3>
  341. */
  342. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_F_OFFSET 0x00000018
  343. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_F_LSB 21
  344. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_F_MSB 22
  345. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_F_MASK 0x00600000
  346. /* Description TAIL_COPY_F
  347. Same as "tail" <legal 0>
  348. */
  349. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_F_OFFSET 0x00000018
  350. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_F_LSB 23
  351. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_F_MSB 28
  352. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_F_MASK 0x1f800000
  353. /* Description RESERVED_6
  354. Reserved: Set to 0 and ignored on receive <legal 0>
  355. */
  356. #define VHT_SIG_B_SU160_INFO_RESERVED_6_OFFSET 0x00000018
  357. #define VHT_SIG_B_SU160_INFO_RESERVED_6_LSB 29
  358. #define VHT_SIG_B_SU160_INFO_RESERVED_6_MSB 30
  359. #define VHT_SIG_B_SU160_INFO_RESERVED_6_MASK 0x60000000
  360. /* Description RX_NDP_COPY_F
  361. Not part of VHT-SIG-B.
  362. Used to identify received NDP frame
  363. <legal 0,1>
  364. */
  365. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_F_OFFSET 0x00000018
  366. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_F_LSB 31
  367. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_F_MSB 31
  368. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_F_MASK 0x80000000
  369. /* Description LENGTH_COPY_G
  370. Same as "length" <legal all>
  371. */
  372. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_G_OFFSET 0x0000001c
  373. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_G_LSB 0
  374. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_G_MSB 20
  375. #define VHT_SIG_B_SU160_INFO_LENGTH_COPY_G_MASK 0x001fffff
  376. /* Description VHTB_RESERVED_COPY_G
  377. Same as "vhtb_reserved" <legal 1,3>
  378. */
  379. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_G_OFFSET 0x0000001c
  380. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_G_LSB 21
  381. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_G_MSB 22
  382. #define VHT_SIG_B_SU160_INFO_VHTB_RESERVED_COPY_G_MASK 0x00600000
  383. /* Description TAIL_COPY_G
  384. Same as "tail" <legal 0>
  385. */
  386. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_G_OFFSET 0x0000001c
  387. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_G_LSB 23
  388. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_G_MSB 28
  389. #define VHT_SIG_B_SU160_INFO_TAIL_COPY_G_MASK 0x1f800000
  390. /* Description RESERVED_7
  391. Reserved: Set to 0 and ignored on receive <legal 0>
  392. */
  393. #define VHT_SIG_B_SU160_INFO_RESERVED_7_OFFSET 0x0000001c
  394. #define VHT_SIG_B_SU160_INFO_RESERVED_7_LSB 29
  395. #define VHT_SIG_B_SU160_INFO_RESERVED_7_MSB 30
  396. #define VHT_SIG_B_SU160_INFO_RESERVED_7_MASK 0x60000000
  397. /* Description RX_NDP_COPY_G
  398. Not part of VHT-SIG-B.
  399. Used to identify received NDP frame
  400. <legal 0,1>
  401. */
  402. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_G_OFFSET 0x0000001c
  403. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_G_LSB 31
  404. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_G_MSB 31
  405. #define VHT_SIG_B_SU160_INFO_RX_NDP_COPY_G_MASK 0x80000000
  406. #endif // VHT_SIG_B_SU160_INFO