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