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