Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszered...
[linux-2.6-block.git] / drivers / staging / rtl8712 / rtl8712_gp_regdef.h
CommitLineData
e24c1f86 1/* SPDX-License-Identifier: GPL-2.0 */
0e54f609
AB
2/******************************************************************************
3 *
4 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
5 *
b4f6209d
AB
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>
0e54f609
AB
12 *
13 ******************************************************************************/
2865d42c
LF
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
2865d42c
LF
28#endif /*__RTL8712_GP_REGDEF_H__ */
29