Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
rtl8712_ratectrl_regdef.h
Go to the documentation of this file.
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  * Modifications for inclusion into the Linux staging tree are
19  * Copyright(c) 2010 Larry Finger. All rights reserved.
20  *
21  * Contact information:
22  * WLAN FAE <[email protected]>
23  * Larry Finger <[email protected]>
24  *
25  ******************************************************************************/
26 #ifndef __RTL8712_RATECTRL_REGDEF_H__
27 #define __RTL8712_RATECTRL_REGDEF_H__
28 
29 #define INIMCS_SEL (RTL8712_RATECTRL_ + 0x00)
30 #define INIRTSMCS_SEL (RTL8712_RATECTRL_ + 0x20)
31 #define RRSR (RTL8712_RATECTRL_ + 0x21)
32 #define ARFR0 (RTL8712_RATECTRL_ + 0x24)
33 #define ARFR1 (RTL8712_RATECTRL_ + 0x28)
34 #define ARFR2 (RTL8712_RATECTRL_ + 0x2C)
35 #define ARFR3 (RTL8712_RATECTRL_ + 0x30)
36 #define ARFR4 (RTL8712_RATECTRL_ + 0x34)
37 #define ARFR5 (RTL8712_RATECTRL_ + 0x38)
38 #define ARFR6 (RTL8712_RATECTRL_ + 0x3C)
39 #define ARFR7 (RTL8712_RATECTRL_ + 0x40)
40 #define AGGLEN_LMT_H (RTL8712_RATECTRL_ + 0x47)
41 #define AGGLEN_LMT_L (RTL8712_RATECTRL_ + 0x48)
42 #define DARFRC (RTL8712_RATECTRL_ + 0x50)
43 #define RARFRC (RTL8712_RATECTRL_ + 0x58)
44 #define MCS_TXAGC0 (RTL8712_RATECTRL_ + 0x60)
45 #define MCS_TXAGC1 (RTL8712_RATECTRL_ + 0x61)
46 #define MCS_TXAGC2 (RTL8712_RATECTRL_ + 0x62)
47 #define MCS_TXAGC3 (RTL8712_RATECTRL_ + 0x63)
48 #define MCS_TXAGC4 (RTL8712_RATECTRL_ + 0x64)
49 #define MCS_TXAGC5 (RTL8712_RATECTRL_ + 0x65)
50 #define MCS_TXAGC6 (RTL8712_RATECTRL_ + 0x66)
51 #define MCS_TXAGC7 (RTL8712_RATECTRL_ + 0x67)
52 #define CCK_TXAGC (RTL8712_RATECTRL_ + 0x68)
53 
54 
55 #endif /*__RTL8712_RATECTRL_REGDEF_H__*/
56