linux/drivers/staging/rtl8712/rtl8712_debugctrl_regdef.h
<<
>>
Prefs
   1/******************************************************************************
   2 *
   3 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
   4 *
   5 * This program is free software; you can redistribute it and/or modify it
   6 * under the terms of version 2 of the GNU General Public License as
   7 * published by the Free Software Foundation.
   8 *
   9 * This program is distributed in the hope that it will be useful, but WITHOUT
  10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12 * more details.
  13 *
  14 * You should have received a copy of the GNU General Public License along with
  15 * this program; if not, write to the Free Software Foundation, Inc.,
  16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17 *
  18 *
  19 ******************************************************************************/
  20#ifndef __RTL8712_DEBUGCTRL_REGDEF_H__
  21#define __RTL8712_DEBUGCTRL_REGDEF_H__
  22
  23#define BIST                    (RTL8712_DEBUGCTRL_ + 0x00)
  24#define DBS                     (RTL8712_DEBUGCTRL_ + 0x04)
  25#define LMS                     (RTL8712_DEBUGCTRL_ + 0x05)
  26#define CPUINST                 (RTL8712_DEBUGCTRL_ + 0x08)
  27#define CPUCAUSE                (RTL8712_DEBUGCTRL_ + 0x0C)
  28#define LBUS_ERR_ADDR           (RTL8712_DEBUGCTRL_ + 0x10)
  29#define LBUS_ERR_CMD            (RTL8712_DEBUGCTRL_ + 0x14)
  30#define LBUS_ERR_DATA_L         (RTL8712_DEBUGCTRL_ + 0x18)
  31#define LBUS_ERR_DATA_H         (RTL8712_DEBUGCTRL_ + 0x1C)
  32#define LBUS_EXCEPTION_ADDR     (RTL8712_DEBUGCTRL_ + 0x20)
  33#define WDG_CTRL                (RTL8712_DEBUGCTRL_ + 0x24)
  34#define INTMTU                  (RTL8712_DEBUGCTRL_ + 0x28)
  35#define INTM                    (RTL8712_DEBUGCTRL_ + 0x2A)
  36#define FDLOCKTURN0             (RTL8712_DEBUGCTRL_ + 0x2C)
  37#define FDLOCKTURN1             (RTL8712_DEBUGCTRL_ + 0x2D)
  38#define FDLOCKFLAG0             (RTL8712_DEBUGCTRL_ + 0x2E)
  39#define FDLOCKFLAG1             (RTL8712_DEBUGCTRL_ + 0x2F)
  40#define TRXPKTBUF_DBG_DATA      (RTL8712_DEBUGCTRL_ + 0x30)
  41#define TRXPKTBUF_DBG_CTRL      (RTL8712_DEBUGCTRL_ + 0x38)
  42#define DPLL_MON                (RTL8712_DEBUGCTRL_ + 0x3A)
  43
  44#endif /* __RTL8712_DEBUGCTRL_REGDEF_H__ */
  45
  46