Hal8723BPhyReg.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 __INC_HAL8723BPHYREG_H__
  21. #define __INC_HAL8723BPHYREG_H__
  22. #include <Hal8192CPhyReg.h>
  23. // BB Register Definition
  24. //
  25. // PageB(0xB00)
  26. //
  27. #define rPdp_AntA 0xb00
  28. #define rPdp_AntA_4 0xb04
  29. #define rPdp_AntA_8 0xb08
  30. #define rPdp_AntA_C 0xb0c
  31. #define rPdp_AntA_10 0xb10
  32. #define rPdp_AntA_14 0xb14
  33. #define rPdp_AntA_18 0xb18
  34. #define rPdp_AntA_1C 0xb1c
  35. #define rPdp_AntA_20 0xb20
  36. #define rPdp_AntA_24 0xb24
  37. #define rConfig_Pmpd_AntA 0xb28
  38. #define rConfig_ram64x16 0xb2c
  39. #define rBndA 0xb30
  40. #define rHssiPar 0xb34
  41. #define rConfig_AntA 0xb68
  42. #define rConfig_AntB 0xb6c
  43. #define rPdp_AntB 0xb70
  44. #define rPdp_AntB_4 0xb74
  45. #define rPdp_AntB_8 0xb78
  46. #define rPdp_AntB_C 0xb7c
  47. #define rPdp_AntB_10 0xb80
  48. #define rPdp_AntB_14 0xb84
  49. #define rPdp_AntB_18 0xb88
  50. #define rPdp_AntB_1C 0xb8c
  51. #define rPdp_AntB_20 0xb90
  52. #define rPdp_AntB_24 0xb94
  53. #define rConfig_Pmpd_AntB 0xb98
  54. #define rBndB 0xba0
  55. #define rAPK 0xbd8
  56. #define rPm_Rx0_AntA 0xbdc
  57. #define rPm_Rx1_AntA 0xbe0
  58. #define rPm_Rx2_AntA 0xbe4
  59. #define rPm_Rx3_AntA 0xbe8
  60. #define rPm_Rx0_AntB 0xbec
  61. #define rPm_Rx1_AntB 0xbf0
  62. #define rPm_Rx2_AntB 0xbf4
  63. #define rPm_Rx3_AntB 0xbf8
  64. #endif