staging: r8712u: Merging Realtek's latest (v2.6.6). Added copyright banners.
[firefly-linux-kernel-4.4.55.git] / drivers / staging / rtl8712 / rtl8712_ratectrl_regdef.h
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_RATECTRL_REGDEF_H__
21 #define __RTL8712_RATECTRL_REGDEF_H__
22
23 #define INIMCS_SEL                      (RTL8712_RATECTRL_ + 0x00)
24 #define INIRTSMCS_SEL           (RTL8712_RATECTRL_ + 0x20)
25 #define RRSR                            (RTL8712_RATECTRL_ + 0x21)
26 #define ARFR0                           (RTL8712_RATECTRL_ + 0x24)
27 #define ARFR1                           (RTL8712_RATECTRL_ + 0x28)
28 #define ARFR2                           (RTL8712_RATECTRL_ + 0x2C)
29 #define ARFR3                           (RTL8712_RATECTRL_ + 0x30)
30 #define ARFR4                           (RTL8712_RATECTRL_ + 0x34)
31 #define ARFR5                           (RTL8712_RATECTRL_ + 0x38)
32 #define ARFR6                           (RTL8712_RATECTRL_ + 0x3C)
33 #define ARFR7                           (RTL8712_RATECTRL_ + 0x40)
34 #define AGGLEN_LMT_H            (RTL8712_RATECTRL_ + 0x47)
35 #define AGGLEN_LMT_L            (RTL8712_RATECTRL_ + 0x48)
36 #define DARFRC                          (RTL8712_RATECTRL_ + 0x50)
37 #define RARFRC                          (RTL8712_RATECTRL_ + 0x58)
38 #define MCS_TXAGC0                      (RTL8712_RATECTRL_ + 0x60)
39 #define MCS_TXAGC1                      (RTL8712_RATECTRL_ + 0x61)
40 #define MCS_TXAGC2                      (RTL8712_RATECTRL_ + 0x62)
41 #define MCS_TXAGC3                      (RTL8712_RATECTRL_ + 0x63)
42 #define MCS_TXAGC4                      (RTL8712_RATECTRL_ + 0x64)
43 #define MCS_TXAGC5                      (RTL8712_RATECTRL_ + 0x65)
44 #define MCS_TXAGC6                      (RTL8712_RATECTRL_ + 0x66)
45 #define MCS_TXAGC7                      (RTL8712_RATECTRL_ + 0x67)
46 #define CCK_TXAGC                       (RTL8712_RATECTRL_ + 0x68)
47
48
49 #endif  /*__RTL8712_RATECTRL_REGDEF_H__*/
50