ipsec: update MAX_AH_AUTH_LEN to support sha512
[deliverable/linux.git] / drivers / staging / rtl8712 / rtl8712_timectrl_regdef.h
1 #ifndef __RTL8712_TIMECTRL_REGDEF_H__
2 #define __RTL8712_TIMECTRL_REGDEF_H__
3
4 #define TSFTR (RTL8712_TIMECTRL_ + 0x00)
5 #define USTIME (RTL8712_TIMECTRL_ + 0x08)
6 #define SLOT (RTL8712_TIMECTRL_ + 0x09)
7 #define TUBASE (RTL8712_TIMECTRL_ + 0x0A)
8 #define SIFS_CCK (RTL8712_TIMECTRL_ + 0x0C)
9 #define SIFS_OFDM (RTL8712_TIMECTRL_ + 0x0E)
10 #define PIFS (RTL8712_TIMECTRL_ + 0x10)
11 #define ACKTO (RTL8712_TIMECTRL_ + 0x11)
12 #define EIFS (RTL8712_TIMECTRL_ + 0x12)
13 #define BCNITV (RTL8712_TIMECTRL_ + 0x14)
14 #define ATIMWND (RTL8712_TIMECTRL_ + 0x16)
15 #define DRVERLYINT (RTL8712_TIMECTRL_ + 0x18)
16 #define BCNDMATIM (RTL8712_TIMECTRL_ + 0x1A)
17 #define BCNERRTH (RTL8712_TIMECTRL_ + 0x1C)
18 #define MLT (RTL8712_TIMECTRL_ + 0x1D)
19
20 #endif /* __RTL8712_TIMECTRL_REGDEF_H__ */
This page took 0.07577 seconds and 5 git commands to generate.