odm_RegConfig8812A.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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_ODM_REGCONFIG_H_8812A
  21. #define __INC_ODM_REGCONFIG_H_8812A
  22. #if (RTL8812A_SUPPORT == 1)
  23. void
  24. odm_ConfigRFReg_8812A(
  25. IN PDM_ODM_T pDM_Odm,
  26. IN u4Byte Addr,
  27. IN u4Byte Data,
  28. IN ODM_RF_RADIO_PATH_E RF_PATH,
  29. IN u4Byte RegAddr
  30. );
  31. void
  32. odm_ConfigRF_RadioA_8812A(
  33. IN PDM_ODM_T pDM_Odm,
  34. IN u4Byte Addr,
  35. IN u4Byte Data
  36. );
  37. void
  38. odm_ConfigRF_RadioB_8812A(
  39. IN PDM_ODM_T pDM_Odm,
  40. IN u4Byte Addr,
  41. IN u4Byte Data
  42. );
  43. void
  44. odm_ConfigMAC_8812A(
  45. IN PDM_ODM_T pDM_Odm,
  46. IN u4Byte Addr,
  47. IN u1Byte Data
  48. );
  49. void
  50. odm_ConfigBB_AGC_8812A(
  51. IN PDM_ODM_T pDM_Odm,
  52. IN u4Byte Addr,
  53. IN u4Byte Bitmask,
  54. IN u4Byte Data
  55. );
  56. void
  57. odm_ConfigBB_PHY_REG_PG_8812A(
  58. IN PDM_ODM_T pDM_Odm,
  59. IN u4Byte Addr,
  60. IN u4Byte Bitmask,
  61. IN u4Byte Data
  62. );
  63. void
  64. odm_ConfigBB_PHY_8812A(
  65. IN PDM_ODM_T pDM_Odm,
  66. IN u4Byte Addr,
  67. IN u4Byte Bitmask,
  68. IN u4Byte Data
  69. );
  70. void
  71. odm_ConfigBB_TXPWR_LMT_8812A(
  72. IN PDM_ODM_T pDM_Odm,
  73. IN pu1Byte Regulation,
  74. IN pu1Byte Band,
  75. IN pu1Byte Bandwidth,
  76. IN pu1Byte RateSection,
  77. IN pu1Byte RfPath,
  78. IN pu1Byte Channel,
  79. IN pu1Byte PowerLimit
  80. );
  81. #endif
  82. #endif // end of SUPPORT