pm.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. /*
  2. * arch/arm/plat-omap/include/mach/pm.h
  3. *
  4. * Header file for OMAP Power Management Routines
  5. *
  6. * Author: MontaVista Software, Inc.
  7. * support@mvista.com
  8. *
  9. * Copyright 2002 MontaVista Software Inc.
  10. *
  11. * Cleanup 2004 for Linux 2.6 by Dirk Behme <dirk.behme@de.bosch.com>
  12. *
  13. * This program is free software; you can redistribute it and/or modify it
  14. * under the terms of the GNU General Public License as published by the
  15. * Free Software Foundation; either version 2 of the License, or (at your
  16. * option) any later version.
  17. *
  18. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
  19. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  20. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  21. * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  22. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  23. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  24. * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  25. * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  27. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. *
  29. * You should have received a copy of the GNU General Public License along
  30. * with this program; if not, write to the Free Software Foundation, Inc.,
  31. * 675 Mass Ave, Cambridge, MA 02139, USA.
  32. */
  33. #ifndef __ASM_ARCH_OMAP_PM_H
  34. #define __ASM_ARCH_OMAP_PM_H
  35. /*
  36. * ----------------------------------------------------------------------------
  37. * Register and offset definitions to be used in PM assembler code
  38. * ----------------------------------------------------------------------------
  39. */
  40. #define CLKGEN_REG_ASM_BASE IO_ADDRESS(0xfffece00)
  41. #define ARM_IDLECT1_ASM_OFFSET 0x04
  42. #define ARM_IDLECT2_ASM_OFFSET 0x08
  43. #define TCMIF_ASM_BASE IO_ADDRESS(0xfffecc00)
  44. #define EMIFS_CONFIG_ASM_OFFSET 0x0c
  45. #define EMIFF_SDRAM_CONFIG_ASM_OFFSET 0x20
  46. /*
  47. * ----------------------------------------------------------------------------
  48. * Power management bitmasks
  49. * ----------------------------------------------------------------------------
  50. */
  51. #define IDLE_WAIT_CYCLES 0x00000fff
  52. #define PERIPHERAL_ENABLE 0x2
  53. #define SELF_REFRESH_MODE 0x0c000001
  54. #define IDLE_EMIFS_REQUEST 0xc
  55. #define MODEM_32K_EN 0x1
  56. #define PER_EN 0x1
  57. #define CPU_SUSPEND_SIZE 200
  58. #define ULPD_LOW_PWR_EN 0x0001
  59. #define ULPD_DEEP_SLEEP_TRANSITION_EN 0x0010
  60. #define ULPD_SETUP_ANALOG_CELL_3_VAL 0
  61. #define ULPD_POWER_CTRL_REG_VAL 0x0219
  62. #define DSP_IDLE_DELAY 10
  63. #define DSP_IDLE 0x0040
  64. #define DSP_RST 0x0004
  65. #define DSP_ENABLE 0x0002
  66. #define SUFFICIENT_DSP_RESET_TIME 1000
  67. #define DEFAULT_MPUI_CONFIG 0x05cf
  68. #define ENABLE_XORCLK 0x2
  69. #define DSP_CLOCK_ENABLE 0x2000
  70. #define DSP_IDLE_MODE 0x2
  71. #define TC_IDLE_REQUEST (0x0000000c)
  72. #define IRQ_LEVEL2 (1<<0)
  73. #define IRQ_KEYBOARD (1<<1)
  74. #define IRQ_UART2 (1<<15)
  75. #define PDE_BIT 0x08
  76. #define PWD_EN_BIT 0x04
  77. #define EN_PERCK_BIT 0x04
  78. #define OMAP1510_DEEP_SLEEP_REQUEST 0x0ec7
  79. #define OMAP1510_BIG_SLEEP_REQUEST 0x0cc5
  80. #define OMAP1510_IDLE_LOOP_REQUEST 0x0c00
  81. #define OMAP1510_IDLE_CLOCK_DOMAINS 0x2
  82. /* Both big sleep and deep sleep use same values. Difference is in ULPD. */
  83. #define OMAP1610_IDLECT1_SLEEP_VAL 0x13c7
  84. #define OMAP1610_IDLECT2_SLEEP_VAL 0x09c7
  85. #define OMAP1610_IDLECT3_VAL 0x3f
  86. #define OMAP1610_IDLECT3_SLEEP_ORMASK 0x2c
  87. #define OMAP1610_IDLECT3 0xfffece24
  88. #define OMAP1610_IDLE_LOOP_REQUEST 0x0400
  89. #define OMAP730_IDLECT1_SLEEP_VAL 0x16c7
  90. #define OMAP730_IDLECT2_SLEEP_VAL 0x09c7
  91. #define OMAP730_IDLECT3_VAL 0x3f
  92. #define OMAP730_IDLECT3 0xfffece24
  93. #define OMAP730_IDLE_LOOP_REQUEST 0x0C00
  94. #if !defined(CONFIG_ARCH_OMAP730) && \
  95. !defined(CONFIG_ARCH_OMAP15XX) && \
  96. !defined(CONFIG_ARCH_OMAP16XX) && \
  97. !defined(CONFIG_ARCH_OMAP24XX)
  98. #warning "Power management for this processor not implemented yet"
  99. #endif
  100. #ifndef __ASSEMBLER__
  101. #include <linux/clk.h>
  102. extern void prevent_idle_sleep(void);
  103. extern void allow_idle_sleep(void);
  104. extern void omap_pm_idle(void);
  105. extern void omap_pm_suspend(void);
  106. extern void omap730_cpu_suspend(unsigned short, unsigned short);
  107. extern void omap1510_cpu_suspend(unsigned short, unsigned short);
  108. extern void omap1610_cpu_suspend(unsigned short, unsigned short);
  109. extern void omap24xx_cpu_suspend(u32 dll_ctrl, void __iomem *sdrc_dlla_ctrl,
  110. void __iomem *sdrc_power);
  111. extern void omap730_idle_loop_suspend(void);
  112. extern void omap1510_idle_loop_suspend(void);
  113. extern void omap1610_idle_loop_suspend(void);
  114. extern void omap24xx_idle_loop_suspend(void);
  115. extern unsigned int omap730_cpu_suspend_sz;
  116. extern unsigned int omap1510_cpu_suspend_sz;
  117. extern unsigned int omap1610_cpu_suspend_sz;
  118. extern unsigned int omap24xx_cpu_suspend_sz;
  119. extern unsigned int omap730_idle_loop_suspend_sz;
  120. extern unsigned int omap1510_idle_loop_suspend_sz;
  121. extern unsigned int omap1610_idle_loop_suspend_sz;
  122. extern unsigned int omap24xx_idle_loop_suspend_sz;
  123. #ifdef CONFIG_OMAP_SERIAL_WAKE
  124. extern void omap_serial_wake_trigger(int enable);
  125. #else
  126. #define omap_serial_wakeup_init() {}
  127. #define omap_serial_wake_trigger(x) {}
  128. #endif /* CONFIG_OMAP_SERIAL_WAKE */
  129. #define ARM_SAVE(x) arm_sleep_save[ARM_SLEEP_SAVE_##x] = omap_readl(x)
  130. #define ARM_RESTORE(x) omap_writel((arm_sleep_save[ARM_SLEEP_SAVE_##x]), (x))
  131. #define ARM_SHOW(x) arm_sleep_save[ARM_SLEEP_SAVE_##x]
  132. #define DSP_SAVE(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x] = __raw_readw(x)
  133. #define DSP_RESTORE(x) __raw_writew((dsp_sleep_save[DSP_SLEEP_SAVE_##x]), (x))
  134. #define DSP_SHOW(x) dsp_sleep_save[DSP_SLEEP_SAVE_##x]
  135. #define ULPD_SAVE(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x] = omap_readw(x)
  136. #define ULPD_RESTORE(x) omap_writew((ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]), (x))
  137. #define ULPD_SHOW(x) ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]
  138. #define MPUI730_SAVE(x) mpui730_sleep_save[MPUI730_SLEEP_SAVE_##x] = omap_readl(x)
  139. #define MPUI730_RESTORE(x) omap_writel((mpui730_sleep_save[MPUI730_SLEEP_SAVE_##x]), (x))
  140. #define MPUI730_SHOW(x) mpui730_sleep_save[MPUI730_SLEEP_SAVE_##x]
  141. #define MPUI1510_SAVE(x) mpui1510_sleep_save[MPUI1510_SLEEP_SAVE_##x] = omap_readl(x)
  142. #define MPUI1510_RESTORE(x) omap_writel((mpui1510_sleep_save[MPUI1510_SLEEP_SAVE_##x]), (x))
  143. #define MPUI1510_SHOW(x) mpui1510_sleep_save[MPUI1510_SLEEP_SAVE_##x]
  144. #define MPUI1610_SAVE(x) mpui1610_sleep_save[MPUI1610_SLEEP_SAVE_##x] = omap_readl(x)
  145. #define MPUI1610_RESTORE(x) omap_writel((mpui1610_sleep_save[MPUI1610_SLEEP_SAVE_##x]), (x))
  146. #define MPUI1610_SHOW(x) mpui1610_sleep_save[MPUI1610_SLEEP_SAVE_##x]
  147. #define OMAP24XX_SAVE(x) omap24xx_sleep_save[OMAP24XX_SLEEP_SAVE_##x] = x
  148. #define OMAP24XX_RESTORE(x) x = omap24xx_sleep_save[OMAP24XX_SLEEP_SAVE_##x]
  149. #define OMAP24XX_SHOW(x) omap24xx_sleep_save[OMAP24XX_SLEEP_SAVE_##x]
  150. /*
  151. * List of global OMAP registers to preserve.
  152. * More ones like CP and general purpose register values are preserved
  153. * with the stack pointer in sleep.S.
  154. */
  155. enum arm_save_state {
  156. ARM_SLEEP_SAVE_START = 0,
  157. /*
  158. * MPU control registers 32 bits
  159. */
  160. ARM_SLEEP_SAVE_ARM_CKCTL,
  161. ARM_SLEEP_SAVE_ARM_IDLECT1,
  162. ARM_SLEEP_SAVE_ARM_IDLECT2,
  163. ARM_SLEEP_SAVE_ARM_IDLECT3,
  164. ARM_SLEEP_SAVE_ARM_EWUPCT,
  165. ARM_SLEEP_SAVE_ARM_RSTCT1,
  166. ARM_SLEEP_SAVE_ARM_RSTCT2,
  167. ARM_SLEEP_SAVE_ARM_SYSST,
  168. ARM_SLEEP_SAVE_SIZE
  169. };
  170. enum dsp_save_state {
  171. DSP_SLEEP_SAVE_START = 0,
  172. /*
  173. * DSP registers 16 bits
  174. */
  175. DSP_SLEEP_SAVE_DSP_IDLECT2,
  176. DSP_SLEEP_SAVE_SIZE
  177. };
  178. enum ulpd_save_state {
  179. ULPD_SLEEP_SAVE_START = 0,
  180. /*
  181. * ULPD registers 16 bits
  182. */
  183. ULPD_SLEEP_SAVE_ULPD_IT_STATUS,
  184. ULPD_SLEEP_SAVE_ULPD_CLOCK_CTRL,
  185. ULPD_SLEEP_SAVE_ULPD_SOFT_REQ,
  186. ULPD_SLEEP_SAVE_ULPD_STATUS_REQ,
  187. ULPD_SLEEP_SAVE_ULPD_DPLL_CTRL,
  188. ULPD_SLEEP_SAVE_ULPD_POWER_CTRL,
  189. ULPD_SLEEP_SAVE_SIZE
  190. };
  191. enum mpui1510_save_state {
  192. MPUI1510_SLEEP_SAVE_START = 0,
  193. /*
  194. * MPUI registers 32 bits
  195. */
  196. MPUI1510_SLEEP_SAVE_MPUI_CTRL,
  197. MPUI1510_SLEEP_SAVE_MPUI_DSP_BOOT_CONFIG,
  198. MPUI1510_SLEEP_SAVE_MPUI_DSP_API_CONFIG,
  199. MPUI1510_SLEEP_SAVE_MPUI_DSP_STATUS,
  200. MPUI1510_SLEEP_SAVE_EMIFF_SDRAM_CONFIG,
  201. MPUI1510_SLEEP_SAVE_EMIFS_CONFIG,
  202. MPUI1510_SLEEP_SAVE_OMAP_IH1_MIR,
  203. MPUI1510_SLEEP_SAVE_OMAP_IH2_MIR,
  204. #if defined(CONFIG_ARCH_OMAP15XX)
  205. MPUI1510_SLEEP_SAVE_SIZE
  206. #else
  207. MPUI1510_SLEEP_SAVE_SIZE = 0
  208. #endif
  209. };
  210. enum mpui730_save_state {
  211. MPUI730_SLEEP_SAVE_START = 0,
  212. /*
  213. * MPUI registers 32 bits
  214. */
  215. MPUI730_SLEEP_SAVE_MPUI_CTRL,
  216. MPUI730_SLEEP_SAVE_MPUI_DSP_BOOT_CONFIG,
  217. MPUI730_SLEEP_SAVE_MPUI_DSP_API_CONFIG,
  218. MPUI730_SLEEP_SAVE_MPUI_DSP_STATUS,
  219. MPUI730_SLEEP_SAVE_EMIFF_SDRAM_CONFIG,
  220. MPUI730_SLEEP_SAVE_EMIFS_CONFIG,
  221. MPUI730_SLEEP_SAVE_OMAP_IH1_MIR,
  222. MPUI730_SLEEP_SAVE_OMAP_IH2_0_MIR,
  223. MPUI730_SLEEP_SAVE_OMAP_IH2_1_MIR,
  224. #if defined(CONFIG_ARCH_OMAP730)
  225. MPUI730_SLEEP_SAVE_SIZE
  226. #else
  227. MPUI730_SLEEP_SAVE_SIZE = 0
  228. #endif
  229. };
  230. enum mpui1610_save_state {
  231. MPUI1610_SLEEP_SAVE_START = 0,
  232. /*
  233. * MPUI registers 32 bits
  234. */
  235. MPUI1610_SLEEP_SAVE_MPUI_CTRL,
  236. MPUI1610_SLEEP_SAVE_MPUI_DSP_BOOT_CONFIG,
  237. MPUI1610_SLEEP_SAVE_MPUI_DSP_API_CONFIG,
  238. MPUI1610_SLEEP_SAVE_MPUI_DSP_STATUS,
  239. MPUI1610_SLEEP_SAVE_EMIFF_SDRAM_CONFIG,
  240. MPUI1610_SLEEP_SAVE_EMIFS_CONFIG,
  241. MPUI1610_SLEEP_SAVE_OMAP_IH1_MIR,
  242. MPUI1610_SLEEP_SAVE_OMAP_IH2_0_MIR,
  243. MPUI1610_SLEEP_SAVE_OMAP_IH2_1_MIR,
  244. MPUI1610_SLEEP_SAVE_OMAP_IH2_2_MIR,
  245. MPUI1610_SLEEP_SAVE_OMAP_IH2_3_MIR,
  246. #if defined(CONFIG_ARCH_OMAP16XX)
  247. MPUI1610_SLEEP_SAVE_SIZE
  248. #else
  249. MPUI1610_SLEEP_SAVE_SIZE = 0
  250. #endif
  251. };
  252. enum omap24xx_save_state {
  253. OMAP24XX_SLEEP_SAVE_START = 0,
  254. OMAP24XX_SLEEP_SAVE_INTC_MIR0,
  255. OMAP24XX_SLEEP_SAVE_INTC_MIR1,
  256. OMAP24XX_SLEEP_SAVE_INTC_MIR2,
  257. OMAP24XX_SLEEP_SAVE_CM_CLKSTCTRL_MPU,
  258. OMAP24XX_SLEEP_SAVE_CM_CLKSTCTRL_CORE,
  259. OMAP24XX_SLEEP_SAVE_CM_CLKSTCTRL_GFX,
  260. OMAP24XX_SLEEP_SAVE_CM_CLKSTCTRL_DSP,
  261. OMAP24XX_SLEEP_SAVE_CM_CLKSTCTRL_MDM,
  262. OMAP24XX_SLEEP_SAVE_PM_PWSTCTRL_MPU,
  263. OMAP24XX_SLEEP_SAVE_PM_PWSTCTRL_CORE,
  264. OMAP24XX_SLEEP_SAVE_PM_PWSTCTRL_GFX,
  265. OMAP24XX_SLEEP_SAVE_PM_PWSTCTRL_DSP,
  266. OMAP24XX_SLEEP_SAVE_PM_PWSTCTRL_MDM,
  267. OMAP24XX_SLEEP_SAVE_CM_IDLEST1_CORE,
  268. OMAP24XX_SLEEP_SAVE_CM_IDLEST2_CORE,
  269. OMAP24XX_SLEEP_SAVE_CM_IDLEST3_CORE,
  270. OMAP24XX_SLEEP_SAVE_CM_IDLEST4_CORE,
  271. OMAP24XX_SLEEP_SAVE_CM_IDLEST_GFX,
  272. OMAP24XX_SLEEP_SAVE_CM_IDLEST_WKUP,
  273. OMAP24XX_SLEEP_SAVE_CM_IDLEST_CKGEN,
  274. OMAP24XX_SLEEP_SAVE_CM_IDLEST_DSP,
  275. OMAP24XX_SLEEP_SAVE_CM_IDLEST_MDM,
  276. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE1_CORE,
  277. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE2_CORE,
  278. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE3_CORE,
  279. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE4_CORE,
  280. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE_WKUP,
  281. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE_PLL,
  282. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE_DSP,
  283. OMAP24XX_SLEEP_SAVE_CM_AUTOIDLE_MDM,
  284. OMAP24XX_SLEEP_SAVE_CM_FCLKEN1_CORE,
  285. OMAP24XX_SLEEP_SAVE_CM_FCLKEN2_CORE,
  286. OMAP24XX_SLEEP_SAVE_CM_ICLKEN1_CORE,
  287. OMAP24XX_SLEEP_SAVE_CM_ICLKEN2_CORE,
  288. OMAP24XX_SLEEP_SAVE_CM_ICLKEN3_CORE,
  289. OMAP24XX_SLEEP_SAVE_CM_ICLKEN4_CORE,
  290. OMAP24XX_SLEEP_SAVE_GPIO1_IRQENABLE1,
  291. OMAP24XX_SLEEP_SAVE_GPIO2_IRQENABLE1,
  292. OMAP24XX_SLEEP_SAVE_GPIO3_IRQENABLE1,
  293. OMAP24XX_SLEEP_SAVE_GPIO4_IRQENABLE1,
  294. OMAP24XX_SLEEP_SAVE_GPIO3_OE,
  295. OMAP24XX_SLEEP_SAVE_GPIO4_OE,
  296. OMAP24XX_SLEEP_SAVE_GPIO3_RISINGDETECT,
  297. OMAP24XX_SLEEP_SAVE_GPIO3_FALLINGDETECT,
  298. OMAP24XX_SLEEP_SAVE_CONTROL_PADCONF_SPI1_NCS2,
  299. OMAP24XX_SLEEP_SAVE_CONTROL_PADCONF_MCBSP1_DX,
  300. OMAP24XX_SLEEP_SAVE_CONTROL_PADCONF_SSI1_FLAG_TX,
  301. OMAP24XX_SLEEP_SAVE_CONTROL_PADCONF_SYS_NIRQW0,
  302. OMAP24XX_SLEEP_SAVE_SIZE
  303. };
  304. #endif /* ASSEMBLER */
  305. #endif /* __ASM_ARCH_OMAP_PM_H */