]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - drivers/staging/rtl8712/rtl8712_edcasetting_regdef.h
Initial 2.6.37
[mcf548x/linux.git] / drivers / staging / rtl8712 / rtl8712_edcasetting_regdef.h
1 #ifndef __RTL8712_EDCASETTING_REGDEF_H__
2 #define __RTL8712_EDCASETTING_REGDEF_H__
3
4 #define EDCA_VO_PARAM           (RTL8712_EDCASETTING_ + 0x00)
5 #define EDCA_VI_PARAM           (RTL8712_EDCASETTING_ + 0x04)
6 #define EDCA_BE_PARAM           (RTL8712_EDCASETTING_ + 0x08)
7 #define EDCA_BK_PARAM           (RTL8712_EDCASETTING_ + 0x0C)
8 #define BCNTCFG                 (RTL8712_EDCASETTING_ + 0x10)
9 #define CWRR                    (RTL8712_EDCASETTING_ + 0x12)
10 #define ACMAVG                  (RTL8712_EDCASETTING_ + 0x16)
11 #define ACMHWCTRL               (RTL8712_EDCASETTING_ + 0x17)
12 #define VO_ADMTIME              (RTL8712_EDCASETTING_ + 0x18)
13 #define VI_ADMTIME              (RTL8712_EDCASETTING_ + 0x1C)
14 #define BE_ADMTIME              (RTL8712_EDCASETTING_ + 0x20)
15 #define RL                      (RTL8712_EDCASETTING_ + 0x24)
16
17 #endif /* __RTL8712_EDCASETTING_REGDEF_H__ */
18