root/drivers/staging/rtl8712/rtl8712_syscfg_regdef.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /******************************************************************************
   3  *
   4  * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
   5  *
   6  * Modifications for inclusion into the Linux staging tree are
   7  * Copyright(c) 2010 Larry Finger. All rights reserved.
   8  *
   9  * Contact information:
  10  * WLAN FAE <wlanfae@realtek.com>
  11  * Larry Finger <Larry.Finger@lwfinger.net>
  12  *
  13  ******************************************************************************/
  14 #ifndef __RTL8712_SYSCFG_REGDEF_H__
  15 #define __RTL8712_SYSCFG_REGDEF_H__
  16 
  17 
  18 #define SYS_ISO_CTRL            (RTL8712_SYSCFG_ + 0x0000)
  19 #define SYS_FUNC_EN             (RTL8712_SYSCFG_ + 0x0002)
  20 #define PMC_FSM                 (RTL8712_SYSCFG_ + 0x0004)
  21 #define SYS_CLKR                (RTL8712_SYSCFG_ + 0x0008)
  22 #define EE_9346CR               (RTL8712_SYSCFG_ + 0x000A)
  23 #define EE_VPD                  (RTL8712_SYSCFG_ + 0x000C)
  24 #define AFE_MISC                (RTL8712_SYSCFG_ + 0x0010)
  25 #define SPS0_CTRL               (RTL8712_SYSCFG_ + 0x0011)
  26 #define SPS1_CTRL               (RTL8712_SYSCFG_ + 0x0018)
  27 #define RF_CTRL                 (RTL8712_SYSCFG_ + 0x001F)
  28 #define LDOA15_CTRL             (RTL8712_SYSCFG_ + 0x0020)
  29 #define LDOV12D_CTRL            (RTL8712_SYSCFG_ + 0x0021)
  30 #define LDOHCI12_CTRL           (RTL8712_SYSCFG_ + 0x0022)
  31 #define LDO_USB_CTRL            (RTL8712_SYSCFG_ + 0x0023)
  32 #define LPLDO_CTRL              (RTL8712_SYSCFG_ + 0x0024)
  33 #define AFE_XTAL_CTRL           (RTL8712_SYSCFG_ + 0x0026)
  34 #define AFE_PLL_CTRL            (RTL8712_SYSCFG_ + 0x0028)
  35 #define EFUSE_CTRL              (RTL8712_SYSCFG_ + 0x0030)
  36 #define EFUSE_TEST              (RTL8712_SYSCFG_ + 0x0034)
  37 #define PWR_DATA                (RTL8712_SYSCFG_ + 0x0038)
  38 #define DPS_TIMER               (RTL8712_SYSCFG_ + 0x003C)
  39 #define RCLK_MON                (RTL8712_SYSCFG_ + 0x003E)
  40 #define EFUSE_CLK_CTRL          (RTL8712_SYSCFG_ + 0x02F8)
  41 
  42 
  43 #endif /*__RTL8712_SYSCFG_REGDEF_H__*/
  44 

/* [<][>][^][v][top][bottom][index][help] */