PageRenderTime 106ms CodeModel.GetById 22ms RepoModel.GetById 81ms app.codeStats 0ms

/drivers/staging/rtl8712/rtl8712_powersave_regdef.h

https://bitbucket.org/wisechild/galaxy-nexus
C++ Header | 20 lines | 17 code | 3 blank | 0 comment | 0 complexity | aa4345902956b8e9abea638869718873 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
  1. #ifndef __RTL8712_POWERSAVE_REGDEF_H__
  2. #define __RTL8712_POWERSAVE_REGDEF_H__
  3. #define WOWCTRL (RTL8712_POWERSAVE_ + 0x00)
  4. #define PSSTATUS (RTL8712_POWERSAVE_ + 0x01)
  5. #define PSSWITCH (RTL8712_POWERSAVE_ + 0x02)
  6. #define MIMOPS_WAITPERIOD (RTL8712_POWERSAVE_ + 0x03)
  7. #define LPNAV_CTRL (RTL8712_POWERSAVE_ + 0x04)
  8. #define WFM0 (RTL8712_POWERSAVE_ + 0x10)
  9. #define WFM1 (RTL8712_POWERSAVE_ + 0x20)
  10. #define WFM2 (RTL8712_POWERSAVE_ + 0x30)
  11. #define WFM3 (RTL8712_POWERSAVE_ + 0x40)
  12. #define WFM4 (RTL8712_POWERSAVE_ + 0x50)
  13. #define WFM5 (RTL8712_POWERSAVE_ + 0x60)
  14. #define WFCRC (RTL8712_POWERSAVE_ + 0x70)
  15. #define RPWM (RTL8712_POWERSAVE_ + 0x7C)
  16. #define CPWM (RTL8712_POWERSAVE_ + 0x7D)
  17. #endif /* __RTL8712_POWERSAVE_REGDEF_H__ */