odm_RegDefine11AC.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. * You should have received a copy of the GNU General Public License along with
  15. * this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17. *
  18. *
  19. ******************************************************************************/
  20. #ifndef __ODM_REGDEFINE11AC_H__
  21. #define __ODM_REGDEFINE11AC_H__
  22. //2 RF REG LIST
  23. //2 BB REG LIST
  24. //PAGE 8
  25. #define ODM_REG_CCK_RPT_FORMAT_11AC 0x804
  26. #define ODM_REG_BB_RX_PATH_11AC 0x808
  27. //PAGE 9
  28. #define ODM_REG_OFDM_FA_RST_11AC 0x9A4
  29. //PAGE A
  30. #define ODM_REG_CCK_CCA_11AC 0xA0A
  31. #define ODM_REG_CCK_FA_RST_11AC 0xA2C
  32. #define ODM_REG_CCK_FA_11AC 0xA5C
  33. //PAGE C
  34. #define ODM_REG_IGI_A_11AC 0xC50
  35. //PAGE E
  36. #define ODM_REG_IGI_B_11AC 0xE50
  37. //PAGE F
  38. #define ODM_REG_OFDM_FA_11AC 0xF48
  39. //2 MAC REG LIST
  40. //DIG Related
  41. #define ODM_BIT_IGI_11AC 0xFFFFFFFF
  42. #define ODM_BIT_CCK_RPT_FORMAT_11AC BIT16
  43. #define ODM_BIT_BB_RX_PATH_11AC 0xF
  44. #endif