phyrx_he_sig_b1_mu.h 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
  3. * SPDX-License-Identifier: ISC
  4. */
  5. #ifndef _PHYRX_HE_SIG_B1_MU_H_
  6. #define _PHYRX_HE_SIG_B1_MU_H_
  7. #if !defined(__ASSEMBLER__)
  8. #endif
  9. #include "he_sig_b1_mu_info.h"
  10. #define NUM_OF_DWORDS_PHYRX_HE_SIG_B1_MU 2
  11. #define NUM_OF_QWORDS_PHYRX_HE_SIG_B1_MU 1
  12. struct phyrx_he_sig_b1_mu {
  13. #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
  14. struct he_sig_b1_mu_info phyrx_he_sig_b1_mu_info_details;
  15. uint32_t tlv64_padding : 32;
  16. #else
  17. struct he_sig_b1_mu_info phyrx_he_sig_b1_mu_info_details;
  18. uint32_t tlv64_padding : 32;
  19. #endif
  20. };
  21. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RU_ALLOCATION_OFFSET 0x0000000000000000
  22. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RU_ALLOCATION_LSB 0
  23. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RU_ALLOCATION_MSB 7
  24. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RU_ALLOCATION_MASK 0x00000000000000ff
  25. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RESERVED_0_OFFSET 0x0000000000000000
  26. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RESERVED_0_LSB 8
  27. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RESERVED_0_MSB 30
  28. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RESERVED_0_MASK 0x000000007fffff00
  29. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RX_INTEGRITY_CHECK_PASSED_OFFSET 0x0000000000000000
  30. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RX_INTEGRITY_CHECK_PASSED_LSB 31
  31. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RX_INTEGRITY_CHECK_PASSED_MSB 31
  32. #define PHYRX_HE_SIG_B1_MU_PHYRX_HE_SIG_B1_MU_INFO_DETAILS_RX_INTEGRITY_CHECK_PASSED_MASK 0x0000000080000000
  33. #define PHYRX_HE_SIG_B1_MU_TLV64_PADDING_OFFSET 0x0000000000000000
  34. #define PHYRX_HE_SIG_B1_MU_TLV64_PADDING_LSB 32
  35. #define PHYRX_HE_SIG_B1_MU_TLV64_PADDING_MSB 63
  36. #define PHYRX_HE_SIG_B1_MU_TLV64_PADDING_MASK 0xffffffff00000000
  37. #endif