Hal8723APhyReg.h 2.2 KB

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