rtl8712_ratectrl_regdef.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 2010 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. * Modifications for inclusion into the Linux staging tree are
  19. * Copyright(c) 2010 Larry Finger. All rights reserved.
  20. *
  21. * Contact information:
  22. * WLAN FAE <wlanfae@realtek.com>
  23. * Larry Finger <Larry.Finger@lwfinger.net>
  24. *
  25. ******************************************************************************/
  26. #ifndef __RTL8712_RATECTRL_REGDEF_H__
  27. #define __RTL8712_RATECTRL_REGDEF_H__
  28. #define INIMCS_SEL (RTL8712_RATECTRL_ + 0x00)
  29. #define INIRTSMCS_SEL (RTL8712_RATECTRL_ + 0x20)
  30. #define RRSR (RTL8712_RATECTRL_ + 0x21)
  31. #define ARFR0 (RTL8712_RATECTRL_ + 0x24)
  32. #define ARFR1 (RTL8712_RATECTRL_ + 0x28)
  33. #define ARFR2 (RTL8712_RATECTRL_ + 0x2C)
  34. #define ARFR3 (RTL8712_RATECTRL_ + 0x30)
  35. #define ARFR4 (RTL8712_RATECTRL_ + 0x34)
  36. #define ARFR5 (RTL8712_RATECTRL_ + 0x38)
  37. #define ARFR6 (RTL8712_RATECTRL_ + 0x3C)
  38. #define ARFR7 (RTL8712_RATECTRL_ + 0x40)
  39. #define AGGLEN_LMT_H (RTL8712_RATECTRL_ + 0x47)
  40. #define AGGLEN_LMT_L (RTL8712_RATECTRL_ + 0x48)
  41. #define DARFRC (RTL8712_RATECTRL_ + 0x50)
  42. #define RARFRC (RTL8712_RATECTRL_ + 0x58)
  43. #define MCS_TXAGC0 (RTL8712_RATECTRL_ + 0x60)
  44. #define MCS_TXAGC1 (RTL8712_RATECTRL_ + 0x61)
  45. #define MCS_TXAGC2 (RTL8712_RATECTRL_ + 0x62)
  46. #define MCS_TXAGC3 (RTL8712_RATECTRL_ + 0x63)
  47. #define MCS_TXAGC4 (RTL8712_RATECTRL_ + 0x64)
  48. #define MCS_TXAGC5 (RTL8712_RATECTRL_ + 0x65)
  49. #define MCS_TXAGC6 (RTL8712_RATECTRL_ + 0x66)
  50. #define MCS_TXAGC7 (RTL8712_RATECTRL_ + 0x67)
  51. #define CCK_TXAGC (RTL8712_RATECTRL_ + 0x68)
  52. #endif /*__RTL8712_RATECTRL_REGDEF_H__*/