| /* 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__ */ |
| |