root/drivers/staging/rtl8712/rtl8712_wmac_regdef.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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_WMAC_REGDEF_H__
  15 #define __RTL8712_WMAC_REGDEF_H__
  16 
  17 #define NAVCTRL                         (RTL8712_WMAC_ + 0x00)
  18 #define BWOPMODE                        (RTL8712_WMAC_ + 0x03)
  19 #define BACAMCMD                        (RTL8712_WMAC_ + 0x04)
  20 #define BACAMCONTENT                    (RTL8712_WMAC_ + 0x08)
  21 #define LBDLY                           (RTL8712_WMAC_ + 0x10)
  22 #define FWDLY                           (RTL8712_WMAC_ + 0x11)
  23 #define HWPC_RX_CTRL                    (RTL8712_WMAC_ + 0x18)
  24 #define MQ                              (RTL8712_WMAC_ + 0x20)
  25 #define MA                              (RTL8712_WMAC_ + 0x22)
  26 #define MS                              (RTL8712_WMAC_ + 0x24)
  27 #define CLM_RESULT                      (RTL8712_WMAC_ + 0x27)
  28 #define NHM_RPI_CNT                     (RTL8712_WMAC_ + 0x28)
  29 #define RXERR_RPT                       (RTL8712_WMAC_ + 0x30)
  30 #define NAV_PROT_LEN                    (RTL8712_WMAC_ + 0x34)
  31 #define CFEND_TH                        (RTL8712_WMAC_ + 0x36)
  32 #define AMPDU_MIN_SPACE                 (RTL8712_WMAC_ + 0x37)
  33 #define TXOP_STALL_CTRL                 (RTL8712_WMAC_ + 0x38)
  34 
  35 
  36 #endif /*__RTL8712_WMAC_REGDEF_H__*/
  37 

/* [<][>][^][v][top][bottom][index][help] */