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_GP_REGDEF_H__
15#define __RTL8712_GP_REGDEF_H__
16
17#define PSTIMER			(RTL8712_GP_ + 0x00)
18#define TIMER1			(RTL8712_GP_ + 0x04)
19#define TIMER2			(RTL8712_GP_ + 0x08)
20#define GPIO_CTRL		(RTL8712_GP_ + 0x0C)
21#define GPIO_IO_SEL		(RTL8712_GP_ + 0x0E)
22#define GPIO_INTCTRL		(RTL8712_GP_ + 0x10)
23#define MAC_PINMUX_CTRL		(RTL8712_GP_ + 0x11)
24#define LEDCFG			(RTL8712_GP_ + 0x12)
25#define PHY_REG_RPT		(RTL8712_GP_ + 0x13)
26#define PHY_REG_DATA		(RTL8712_GP_ + 0x14)
27
28#endif	/*__RTL8712_GP_REGDEF_H__ */
29
30