sleep.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * Offsets for register values preserved in RAM while in sleep mode
  3.  */
  4. #define SLEEP_SAVE_OSCR 0
  5. #define SLEEP_SAVE_OSMR0 1
  6. #define SLEEP_SAVE_OSMR1 2
  7. #define SLEEP_SAVE_OSMR2 3
  8. #define SLEEP_SAVE_OSMR3 4
  9. #define SLEEP_SAVE_OIER 5
  10. #define SLEEP_SAVE_GPDR 6
  11. #define SLEEP_SAVE_GRER 7
  12. #define SLEEP_SAVE_GFER 8
  13. #define SLEEP_SAVE_GAFR 9
  14. #define SLEEP_SAVE_PPDR 10
  15. #define SLEEP_SAVE_PPSR 11
  16. #define SLEEP_SAVE_PPAR 12
  17. #define SLEEP_SAVE_PSDR 13
  18. #define SLEEP_SAVE_Ser1SDCR0 14
  19. #define SLEEP_SAVE_ICMR 15
  20. #define SLEEP_SAVE_SP 16
  21. #define SLEEP_SAVE_CP15_R1 17
  22. #define SLEEP_SAVE_CP15_R2 18
  23. #define SLEEP_SAVE_CP15_R3 19
  24. #define SLEEP_SAVE_CP15_R5 20
  25. #define SLEEP_SAVE_CP15_R6 21
  26. #define SLEEP_SAVE_CP15_R13 22
  27. #define SLEEP_SAVE_SIZE 23