1
2
3
4
5
6
7 #ifndef __RTL8712_POWERSAVE_REGDEF_H__
8 #define __RTL8712_POWERSAVE_REGDEF_H__
9
10 #define WOWCTRL (RTL8712_POWERSAVE_ + 0x00)
11 #define PSSTATUS (RTL8712_POWERSAVE_ + 0x01)
12 #define PSSWITCH (RTL8712_POWERSAVE_ + 0x02)
13 #define MIMOPS_WAITPERIOD (RTL8712_POWERSAVE_ + 0x03)
14 #define LPNAV_CTRL (RTL8712_POWERSAVE_ + 0x04)
15 #define WFM0 (RTL8712_POWERSAVE_ + 0x10)
16 #define WFM1 (RTL8712_POWERSAVE_ + 0x20)
17 #define WFM2 (RTL8712_POWERSAVE_ + 0x30)
18 #define WFM3 (RTL8712_POWERSAVE_ + 0x40)
19 #define WFM4 (RTL8712_POWERSAVE_ + 0x50)
20 #define WFM5 (RTL8712_POWERSAVE_ + 0x60)
21 #define WFCRC (RTL8712_POWERSAVE_ + 0x70)
22 #define RPWM (RTL8712_POWERSAVE_ + 0x7C)
23 #define CPWM (RTL8712_POWERSAVE_ + 0x7D)
24
25 #endif
26