aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl8712_gp_regdef.h
blob: 892a7fb1392355c9dd757011c05f708cfddb83ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 *
 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
 *
 * Modifications for inclusion into the Linux staging tree are
 * Copyright(c) 2010 Larry Finger. All rights reserved.
 *
 * Contact information:
 * WLAN FAE <wlanfae@realtek.com>
 * Larry Finger <Larry.Finger@lwfinger.net>
 *
 ******************************************************************************/
#ifndef __RTL8712_GP_REGDEF_H__
#define __RTL8712_GP_REGDEF_H__

#define PSTIMER			(RTL8712_GP_ + 0x00)
#define TIMER1			(RTL8712_GP_ + 0x04)
#define TIMER2			(RTL8712_GP_ + 0x08)
#define GPIO_CTRL		(RTL8712_GP_ + 0x0C)
#define GPIO_IO_SEL		(RTL8712_GP_ + 0x0E)
#define GPIO_INTCTRL		(RTL8712_GP_ + 0x10)
#define MAC_PINMUX_CTRL		(RTL8712_GP_ + 0x11)
#define LEDCFG			(RTL8712_GP_ + 0x12)
#define PHY_REG_RPT		(RTL8712_GP_ + 0x13)
#define PHY_REG_DATA		(RTL8712_GP_ + 0x14)

#endif	/*__RTL8712_GP_REGDEF_H__ */