root/drivers/staging/rtl8712/rtl8712_timectrl_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  ******************************************************************************/
   7 #ifndef __RTL8712_TIMECTRL_REGDEF_H__
   8 #define __RTL8712_TIMECTRL_REGDEF_H__
   9 
  10 #define TSFTR                   (RTL8712_TIMECTRL_ + 0x00)
  11 #define USTIME                  (RTL8712_TIMECTRL_ + 0x08)
  12 #define SLOT                    (RTL8712_TIMECTRL_ + 0x09)
  13 #define TUBASE                  (RTL8712_TIMECTRL_ + 0x0A)
  14 #define SIFS_CCK                (RTL8712_TIMECTRL_ + 0x0C)
  15 #define SIFS_OFDM               (RTL8712_TIMECTRL_ + 0x0E)
  16 #define PIFS                    (RTL8712_TIMECTRL_ + 0x10)
  17 #define ACKTO                   (RTL8712_TIMECTRL_ + 0x11)
  18 #define EIFS                    (RTL8712_TIMECTRL_ + 0x12)
  19 #define BCNITV                  (RTL8712_TIMECTRL_ + 0x14)
  20 #define ATIMWND                 (RTL8712_TIMECTRL_ + 0x16)
  21 #define DRVERLYINT              (RTL8712_TIMECTRL_ + 0x18)
  22 #define BCNDMATIM               (RTL8712_TIMECTRL_ + 0x1A)
  23 #define BCNERRTH                (RTL8712_TIMECTRL_ + 0x1C)
  24 #define MLT                     (RTL8712_TIMECTRL_ + 0x1D)
  25 
  26 #endif /* __RTL8712_TIMECTRL_REGDEF_H__ */

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