rtl8712_syscfg_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_SYSCFG_REGDEF_H__
  27. #define __RTL8712_SYSCFG_REGDEF_H__
  28. #define SYS_ISO_CTRL (RTL8712_SYSCFG_ + 0x0000)
  29. #define SYS_FUNC_EN (RTL8712_SYSCFG_ + 0x0002)
  30. #define PMC_FSM (RTL8712_SYSCFG_ + 0x0004)
  31. #define SYS_CLKR (RTL8712_SYSCFG_ + 0x0008)
  32. #define EE_9346CR (RTL8712_SYSCFG_ + 0x000A)
  33. #define EE_VPD (RTL8712_SYSCFG_ + 0x000C)
  34. #define AFE_MISC (RTL8712_SYSCFG_ + 0x0010)
  35. #define SPS0_CTRL (RTL8712_SYSCFG_ + 0x0011)
  36. #define SPS1_CTRL (RTL8712_SYSCFG_ + 0x0018)
  37. #define RF_CTRL (RTL8712_SYSCFG_ + 0x001F)
  38. #define LDOA15_CTRL (RTL8712_SYSCFG_ + 0x0020)
  39. #define LDOV12D_CTRL (RTL8712_SYSCFG_ + 0x0021)
  40. #define LDOHCI12_CTRL (RTL8712_SYSCFG_ + 0x0022)
  41. #define LDO_USB_CTRL (RTL8712_SYSCFG_ + 0x0023)
  42. #define LPLDO_CTRL (RTL8712_SYSCFG_ + 0x0024)
  43. #define AFE_XTAL_CTRL (RTL8712_SYSCFG_ + 0x0026)
  44. #define AFE_PLL_CTRL (RTL8712_SYSCFG_ + 0x0028)
  45. #define EFUSE_CTRL (RTL8712_SYSCFG_ + 0x0030)
  46. #define EFUSE_TEST (RTL8712_SYSCFG_ + 0x0034)
  47. #define PWR_DATA (RTL8712_SYSCFG_ + 0x0038)
  48. #define DPS_TIMER (RTL8712_SYSCFG_ + 0x003C)
  49. #define RCLK_MON (RTL8712_SYSCFG_ + 0x003E)
  50. #define EFUSE_CLK_CTRL (RTL8712_SYSCFG_ + 0x02F8)
  51. #endif /*__RTL8712_SYSCFG_REGDEF_H__*/