HalHWImg8812A_BB.h 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. #if (RTL8812A_SUPPORT == 1)
  21. #ifndef __INC_MP_BB_HW_IMG_8812A_H
  22. #define __INC_MP_BB_HW_IMG_8812A_H
  23. static BOOLEAN CheckCondition(const u4Byte Condition, const u4Byte Hex);
  24. /******************************************************************************
  25. * AGC_TAB.TXT
  26. ******************************************************************************/
  27. void
  28. ODM_ReadAndConfig_MP_8812A_AGC_TAB( // TC: Test Chip, MP: MP Chip
  29. IN PDM_ODM_T pDM_Odm
  30. );
  31. /******************************************************************************
  32. * AGC_TAB_DIFF.TXT
  33. ******************************************************************************/
  34. extern u4Byte Array_MP_8812A_AGC_TAB_DIFF_LB[116];
  35. extern u4Byte Array_MP_8812A_AGC_TAB_DIFF_HB[116];
  36. void
  37. ODM_ReadAndConfig_MP_8812A_AGC_TAB_DIFF(
  38. IN PDM_ODM_T pDM_Odm,
  39. IN u4Byte Array[],
  40. IN u4Byte ArrayLen
  41. );
  42. /******************************************************************************
  43. * PHY_REG.TXT
  44. ******************************************************************************/
  45. void
  46. ODM_ReadAndConfig_MP_8812A_PHY_REG( // TC: Test Chip, MP: MP Chip
  47. IN PDM_ODM_T pDM_Odm
  48. );
  49. /******************************************************************************
  50. * PHY_REG_MP.TXT
  51. ******************************************************************************/
  52. void
  53. ODM_ReadAndConfig_MP_8812A_PHY_REG_MP( // TC: Test Chip, MP: MP Chip
  54. IN PDM_ODM_T pDM_Odm
  55. );
  56. /******************************************************************************
  57. * PHY_REG_PG.TXT
  58. ******************************************************************************/
  59. void
  60. ODM_ReadAndConfig_MP_8812A_PHY_REG_PG( // TC: Test Chip, MP: MP Chip
  61. IN PDM_ODM_T pDM_Odm
  62. );
  63. /******************************************************************************
  64. * PHY_REG_PG_ASUS.TXT
  65. ******************************************************************************/
  66. void
  67. ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_ASUS( // TC: Test Chip, MP: MP Chip
  68. IN PDM_ODM_T pDM_Odm
  69. );
  70. /******************************************************************************
  71. * PHY_REG_PG_NEC.TXT
  72. ******************************************************************************/
  73. void
  74. ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_NEC( // TC: Test Chip, MP: MP Chip
  75. IN PDM_ODM_T pDM_Odm
  76. );
  77. #endif
  78. #endif // end of HWIMG_SUPPORT