he_sig_b1_mu_info.h 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /*
  2. * Copyright (c) 2021 The Linux Foundation. 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. // $ATH_LICENSE_HW_HDR_C$
  17. //
  18. // DO NOT EDIT! This file is automatically generated
  19. // These definitions are tied to a particular hardware layout
  20. #ifndef _HE_SIG_B1_MU_INFO_H_
  21. #define _HE_SIG_B1_MU_INFO_H_
  22. #if !defined(__ASSEMBLER__)
  23. #endif
  24. // ################ START SUMMARY #################
  25. //
  26. // Dword Fields
  27. // 0 ru_allocation[7:0], reserved_0[31:8]
  28. //
  29. // ################ END SUMMARY #################
  30. #define NUM_OF_DWORDS_HE_SIG_B1_MU_INFO 1
  31. struct he_sig_b1_mu_info {
  32. uint32_t ru_allocation : 8, //[7:0]
  33. reserved_0 : 24; //[31:8]
  34. };
  35. /*
  36. ru_allocation
  37. RU allocation for the user(s) following this common
  38. portion of the SIG
  39. For details, refer to RU_TYPE description
  40. <legal all>
  41. reserved_0
  42. <legal 0>
  43. */
  44. /* Description HE_SIG_B1_MU_INFO_0_RU_ALLOCATION
  45. RU allocation for the user(s) following this common
  46. portion of the SIG
  47. For details, refer to RU_TYPE description
  48. <legal all>
  49. */
  50. #define HE_SIG_B1_MU_INFO_0_RU_ALLOCATION_OFFSET 0x00000000
  51. #define HE_SIG_B1_MU_INFO_0_RU_ALLOCATION_LSB 0
  52. #define HE_SIG_B1_MU_INFO_0_RU_ALLOCATION_MASK 0x000000ff
  53. /* Description HE_SIG_B1_MU_INFO_0_RESERVED_0
  54. <legal 0>
  55. */
  56. #define HE_SIG_B1_MU_INFO_0_RESERVED_0_OFFSET 0x00000000
  57. #define HE_SIG_B1_MU_INFO_0_RESERVED_0_LSB 8
  58. #define HE_SIG_B1_MU_INFO_0_RESERVED_0_MASK 0xffffff00
  59. #endif // _HE_SIG_B1_MU_INFO_H_