Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-omap2/prcm.c |
| 3 | * |
| 4 | * OMAP 24xx Power Reset and Clock Management (PRCM) functions |
| 5 | * |
| 6 | * Copyright (C) 2005 Nokia Corporation |
| 7 | * |
| 8 | * Written by Tony Lindgren <tony.lindgren@nokia.com> |
| 9 | * |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 10 | * Copyright (C) 2007 Texas Instruments, Inc. |
| 11 | * Rajendra Nayak <rnayak@ti.com> |
| 12 | * |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 13 | * Some pieces of code Copyright (C) 2005 Texas Instruments, Inc. |
Abhijit Pagare | 3790300 | 2010-01-26 20:12:51 -0700 | [diff] [blame] | 14 | * Upgraded with OMAP4 support by Abhijit Pagare <abhijitpagare@ti.com> |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 15 | * |
| 16 | * This program is free software; you can redistribute it and/or modify |
| 17 | * it under the terms of the GNU General Public License version 2 as |
| 18 | * published by the Free Software Foundation. |
| 19 | */ |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 20 | #include <linux/module.h> |
| 21 | #include <linux/init.h> |
| 22 | #include <linux/clk.h> |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 23 | #include <linux/io.h> |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 24 | #include <linux/delay.h> |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 25 | |
Tony Lindgren | ce491cf | 2009-10-20 09:40:47 -0700 | [diff] [blame] | 26 | #include <plat/common.h> |
| 27 | #include <plat/prcm.h> |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 28 | #include <plat/irqs.h> |
| 29 | #include <plat/control.h> |
Paul Walmsley | 4459598 | 2008-03-18 10:04:51 +0200 | [diff] [blame] | 30 | |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 31 | #include "clock.h" |
Paul Walmsley | feec127 | 2010-01-26 20:13:11 -0700 | [diff] [blame] | 32 | #include "clock2xxx.h" |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 33 | #include "cm.h" |
Paul Walmsley | 4459598 | 2008-03-18 10:04:51 +0200 | [diff] [blame] | 34 | #include "prm.h" |
| 35 | #include "prm-regbits-24xx.h" |
Rajeev Kulkarni | ff4d3e1 | 2010-09-21 10:34:09 -0600 | [diff] [blame^] | 36 | #include "prm-regbits-44xx.h" |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 37 | |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 38 | static void __iomem *prm_base; |
| 39 | static void __iomem *cm_base; |
Rajendra Nayak | 9ef8915 | 2009-12-08 18:24:49 -0700 | [diff] [blame] | 40 | static void __iomem *cm2_base; |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 41 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 42 | #define MAX_MODULE_ENABLE_WAIT 100000 |
| 43 | |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 44 | struct omap3_prcm_regs { |
| 45 | u32 control_padconf_sys_nirq; |
Jouni Hogander | 133464d | 2009-02-05 13:34:01 +0200 | [diff] [blame] | 46 | u32 iva2_cm_clksel1; |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 47 | u32 iva2_cm_clksel2; |
| 48 | u32 cm_sysconfig; |
| 49 | u32 sgx_cm_clksel; |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 50 | u32 dss_cm_clksel; |
| 51 | u32 cam_cm_clksel; |
| 52 | u32 per_cm_clksel; |
| 53 | u32 emu_cm_clksel; |
| 54 | u32 emu_cm_clkstctrl; |
| 55 | u32 pll_cm_autoidle2; |
| 56 | u32 pll_cm_clksel4; |
| 57 | u32 pll_cm_clksel5; |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 58 | u32 pll_cm_clken2; |
| 59 | u32 cm_polctrl; |
| 60 | u32 iva2_cm_fclken; |
| 61 | u32 iva2_cm_clken_pll; |
| 62 | u32 core_cm_fclken1; |
| 63 | u32 core_cm_fclken3; |
| 64 | u32 sgx_cm_fclken; |
| 65 | u32 wkup_cm_fclken; |
| 66 | u32 dss_cm_fclken; |
| 67 | u32 cam_cm_fclken; |
| 68 | u32 per_cm_fclken; |
| 69 | u32 usbhost_cm_fclken; |
| 70 | u32 core_cm_iclken1; |
| 71 | u32 core_cm_iclken2; |
| 72 | u32 core_cm_iclken3; |
| 73 | u32 sgx_cm_iclken; |
| 74 | u32 wkup_cm_iclken; |
| 75 | u32 dss_cm_iclken; |
| 76 | u32 cam_cm_iclken; |
| 77 | u32 per_cm_iclken; |
| 78 | u32 usbhost_cm_iclken; |
| 79 | u32 iva2_cm_autiidle2; |
| 80 | u32 mpu_cm_autoidle2; |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 81 | u32 iva2_cm_clkstctrl; |
| 82 | u32 mpu_cm_clkstctrl; |
| 83 | u32 core_cm_clkstctrl; |
| 84 | u32 sgx_cm_clkstctrl; |
| 85 | u32 dss_cm_clkstctrl; |
| 86 | u32 cam_cm_clkstctrl; |
| 87 | u32 per_cm_clkstctrl; |
| 88 | u32 neon_cm_clkstctrl; |
| 89 | u32 usbhost_cm_clkstctrl; |
| 90 | u32 core_cm_autoidle1; |
| 91 | u32 core_cm_autoidle2; |
| 92 | u32 core_cm_autoidle3; |
| 93 | u32 wkup_cm_autoidle; |
| 94 | u32 dss_cm_autoidle; |
| 95 | u32 cam_cm_autoidle; |
| 96 | u32 per_cm_autoidle; |
| 97 | u32 usbhost_cm_autoidle; |
| 98 | u32 sgx_cm_sleepdep; |
| 99 | u32 dss_cm_sleepdep; |
| 100 | u32 cam_cm_sleepdep; |
| 101 | u32 per_cm_sleepdep; |
| 102 | u32 usbhost_cm_sleepdep; |
| 103 | u32 cm_clkout_ctrl; |
| 104 | u32 prm_clkout_ctrl; |
| 105 | u32 sgx_pm_wkdep; |
| 106 | u32 dss_pm_wkdep; |
| 107 | u32 cam_pm_wkdep; |
| 108 | u32 per_pm_wkdep; |
| 109 | u32 neon_pm_wkdep; |
| 110 | u32 usbhost_pm_wkdep; |
| 111 | u32 core_pm_mpugrpsel1; |
| 112 | u32 iva2_pm_ivagrpsel1; |
| 113 | u32 core_pm_mpugrpsel3; |
| 114 | u32 core_pm_ivagrpsel3; |
| 115 | u32 wkup_pm_mpugrpsel; |
| 116 | u32 wkup_pm_ivagrpsel; |
| 117 | u32 per_pm_mpugrpsel; |
| 118 | u32 per_pm_ivagrpsel; |
| 119 | u32 wkup_pm_wken; |
| 120 | }; |
| 121 | |
| 122 | struct omap3_prcm_regs prcm_context; |
| 123 | |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 124 | u32 omap_prcm_get_reset_sources(void) |
| 125 | { |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 126 | /* XXX This presumably needs modification for 34XX */ |
Rajendra Nayak | 766d305 | 2010-03-31 04:16:30 -0600 | [diff] [blame] | 127 | if (cpu_is_omap24xx() || cpu_is_omap34xx()) |
Abhijit Pagare | 3790300 | 2010-01-26 20:12:51 -0700 | [diff] [blame] | 128 | return prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTST) & 0x7f; |
| 129 | if (cpu_is_omap44xx()) |
| 130 | return prm_read_mod_reg(WKUP_MOD, OMAP4_RM_RSTST) & 0x7f; |
Kevin Hilman | 0cc9314 | 2010-02-24 12:05:56 -0700 | [diff] [blame] | 131 | |
| 132 | return 0; |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 133 | } |
| 134 | EXPORT_SYMBOL(omap_prcm_get_reset_sources); |
| 135 | |
| 136 | /* Resets clock rates and reboots the system. Only called from system.h */ |
Aaro Koskinen | 29b9a21 | 2010-02-26 10:25:28 +0000 | [diff] [blame] | 137 | void omap_prcm_arch_reset(char mode, const char *cmd) |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 138 | { |
Kevin Hilman | 0cc9314 | 2010-02-24 12:05:56 -0700 | [diff] [blame] | 139 | s16 prcm_offs = 0; |
Paul Walmsley | 4459598 | 2008-03-18 10:04:51 +0200 | [diff] [blame] | 140 | |
Paul Walmsley | feec127 | 2010-01-26 20:13:11 -0700 | [diff] [blame] | 141 | if (cpu_is_omap24xx()) { |
| 142 | omap2xxx_clk_prepare_for_reboot(); |
| 143 | |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 144 | prcm_offs = WKUP_MOD; |
Paul Walmsley | feec127 | 2010-01-26 20:13:11 -0700 | [diff] [blame] | 145 | } else if (cpu_is_omap34xx()) { |
Juha Yrjola | 692ec4a | 2009-03-09 21:21:01 +0000 | [diff] [blame] | 146 | u32 l; |
| 147 | |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 148 | prcm_offs = OMAP3430_GR_MOD; |
Aaro Koskinen | 29b9a21 | 2010-02-26 10:25:28 +0000 | [diff] [blame] | 149 | l = ('B' << 24) | ('M' << 16) | (cmd ? (u8)*cmd : 0); |
Juha Yrjola | 692ec4a | 2009-03-09 21:21:01 +0000 | [diff] [blame] | 150 | /* Reserve the first word in scratchpad for communicating |
| 151 | * with the boot ROM. A pointer to a data structure |
| 152 | * describing the boot process can be stored there, |
| 153 | * cf. OMAP34xx TRM, Initialization / Software Booting |
| 154 | * Configuration. */ |
| 155 | omap_writel(l, OMAP343X_SCRATCHPAD + 4); |
Abhijit Pagare | 3790300 | 2010-01-26 20:12:51 -0700 | [diff] [blame] | 156 | } else if (cpu_is_omap44xx()) |
| 157 | prcm_offs = OMAP4430_PRM_DEVICE_MOD; |
| 158 | else |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 159 | WARN_ON(1); |
| 160 | |
Rajendra Nayak | 766d305 | 2010-03-31 04:16:30 -0600 | [diff] [blame] | 161 | if (cpu_is_omap24xx() || cpu_is_omap34xx()) |
Paul Walmsley | 2fd0f75 | 2010-05-18 18:40:23 -0600 | [diff] [blame] | 162 | prm_set_mod_reg_bits(OMAP_RST_DPLL3_MASK, prcm_offs, |
Abhijit Pagare | 3790300 | 2010-01-26 20:12:51 -0700 | [diff] [blame] | 163 | OMAP2_RM_RSTCTRL); |
| 164 | if (cpu_is_omap44xx()) |
Rajeev Kulkarni | ff4d3e1 | 2010-09-21 10:34:09 -0600 | [diff] [blame^] | 165 | prm_set_mod_reg_bits(OMAP4430_RST_GLOBAL_WARM_SW_MASK, |
| 166 | prcm_offs, OMAP4_RM_RSTCTRL); |
Tony Lindgren | b824efa | 2006-04-02 17:46:20 +0100 | [diff] [blame] | 167 | } |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 168 | |
| 169 | static inline u32 __omap_prcm_read(void __iomem *base, s16 module, u16 reg) |
| 170 | { |
| 171 | BUG_ON(!base); |
| 172 | return __raw_readl(base + module + reg); |
| 173 | } |
| 174 | |
| 175 | static inline void __omap_prcm_write(u32 value, void __iomem *base, |
| 176 | s16 module, u16 reg) |
| 177 | { |
| 178 | BUG_ON(!base); |
| 179 | __raw_writel(value, base + module + reg); |
| 180 | } |
| 181 | |
| 182 | /* Read a register in a PRM module */ |
| 183 | u32 prm_read_mod_reg(s16 module, u16 idx) |
| 184 | { |
| 185 | return __omap_prcm_read(prm_base, module, idx); |
| 186 | } |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 187 | |
| 188 | /* Write into a register in a PRM module */ |
| 189 | void prm_write_mod_reg(u32 val, s16 module, u16 idx) |
| 190 | { |
| 191 | __omap_prcm_write(val, prm_base, module, idx); |
| 192 | } |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 193 | |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 194 | /* Read-modify-write a register in a PRM module. Caller must lock */ |
| 195 | u32 prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx) |
| 196 | { |
| 197 | u32 v; |
| 198 | |
| 199 | v = prm_read_mod_reg(module, idx); |
| 200 | v &= ~mask; |
| 201 | v |= bits; |
| 202 | prm_write_mod_reg(v, module, idx); |
| 203 | |
| 204 | return v; |
| 205 | } |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 206 | |
Paul Walmsley | 55ed969 | 2010-01-26 20:12:59 -0700 | [diff] [blame] | 207 | /* Read a PRM register, AND it, and shift the result down to bit 0 */ |
| 208 | u32 prm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask) |
| 209 | { |
| 210 | u32 v; |
| 211 | |
| 212 | v = prm_read_mod_reg(domain, idx); |
| 213 | v &= mask; |
| 214 | v >>= __ffs(mask); |
| 215 | |
| 216 | return v; |
| 217 | } |
| 218 | |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 219 | /* Read a register in a CM module */ |
| 220 | u32 cm_read_mod_reg(s16 module, u16 idx) |
| 221 | { |
| 222 | return __omap_prcm_read(cm_base, module, idx); |
| 223 | } |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 224 | |
| 225 | /* Write into a register in a CM module */ |
| 226 | void cm_write_mod_reg(u32 val, s16 module, u16 idx) |
| 227 | { |
| 228 | __omap_prcm_write(val, cm_base, module, idx); |
| 229 | } |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 230 | |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 231 | /* Read-modify-write a register in a CM module. Caller must lock */ |
| 232 | u32 cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx) |
| 233 | { |
| 234 | u32 v; |
| 235 | |
| 236 | v = cm_read_mod_reg(module, idx); |
| 237 | v &= ~mask; |
| 238 | v |= bits; |
| 239 | cm_write_mod_reg(v, module, idx); |
| 240 | |
| 241 | return v; |
| 242 | } |
Tony Lindgren | ff00fcc | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 243 | |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 244 | /** |
| 245 | * omap2_cm_wait_idlest - wait for IDLEST bit to indicate module readiness |
| 246 | * @reg: physical address of module IDLEST register |
| 247 | * @mask: value to mask against to determine if the module is active |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 248 | * @idlest: idle state indicator (0 or 1) for the clock |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 249 | * @name: name of the clock (for printk) |
| 250 | * |
| 251 | * Returns 1 if the module indicated readiness in time, or 0 if it |
| 252 | * failed to enable in roughly MAX_MODULE_ENABLE_WAIT microseconds. |
| 253 | */ |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 254 | int omap2_cm_wait_idlest(void __iomem *reg, u32 mask, u8 idlest, |
| 255 | const char *name) |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 256 | { |
| 257 | int i = 0; |
| 258 | int ena = 0; |
| 259 | |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 260 | if (idlest) |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 261 | ena = 0; |
| 262 | else |
Ranjith Lohithakshan | 419cc97 | 2010-02-24 12:05:54 -0700 | [diff] [blame] | 263 | ena = mask; |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 264 | |
| 265 | /* Wait for lock */ |
Paul Walmsley | 6f8b7ff | 2009-12-08 16:33:16 -0700 | [diff] [blame] | 266 | omap_test_timeout(((__raw_readl(reg) & mask) == ena), |
| 267 | MAX_MODULE_ENABLE_WAIT, i); |
Paul Walmsley | 72350b2 | 2009-07-24 19:44:03 -0600 | [diff] [blame] | 268 | |
| 269 | if (i < MAX_MODULE_ENABLE_WAIT) |
| 270 | pr_debug("cm: Module associated with clock %s ready after %d " |
| 271 | "loops\n", name, i); |
| 272 | else |
| 273 | pr_err("cm: Module associated with clock %s didn't enable in " |
| 274 | "%d tries\n", name, MAX_MODULE_ENABLE_WAIT); |
| 275 | |
| 276 | return (i < MAX_MODULE_ENABLE_WAIT) ? 1 : 0; |
| 277 | }; |
| 278 | |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 279 | void __init omap2_set_globals_prcm(struct omap_globals *omap2_globals) |
| 280 | { |
Santosh Shilimkar | b7ebb10 | 2010-02-15 18:03:37 +0530 | [diff] [blame] | 281 | /* Static mapping, never released */ |
| 282 | if (omap2_globals->prm) { |
| 283 | prm_base = ioremap(omap2_globals->prm, SZ_8K); |
| 284 | WARN_ON(!prm_base); |
| 285 | } |
| 286 | if (omap2_globals->cm) { |
| 287 | cm_base = ioremap(omap2_globals->cm, SZ_8K); |
| 288 | WARN_ON(!cm_base); |
| 289 | } |
| 290 | if (omap2_globals->cm2) { |
| 291 | cm2_base = ioremap(omap2_globals->cm2, SZ_8K); |
| 292 | WARN_ON(!cm2_base); |
| 293 | } |
Tony Lindgren | a58caad | 2008-07-03 12:24:44 +0300 | [diff] [blame] | 294 | } |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 295 | |
| 296 | #ifdef CONFIG_ARCH_OMAP3 |
| 297 | void omap3_prcm_save_context(void) |
| 298 | { |
| 299 | prcm_context.control_padconf_sys_nirq = |
| 300 | omap_ctrl_readl(OMAP343X_CONTROL_PADCONF_SYSNIRQ); |
Jouni Hogander | 133464d | 2009-02-05 13:34:01 +0200 | [diff] [blame] | 301 | prcm_context.iva2_cm_clksel1 = |
| 302 | cm_read_mod_reg(OMAP3430_IVA2_MOD, CM_CLKSEL1); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 303 | prcm_context.iva2_cm_clksel2 = |
| 304 | cm_read_mod_reg(OMAP3430_IVA2_MOD, CM_CLKSEL2); |
| 305 | prcm_context.cm_sysconfig = __raw_readl(OMAP3430_CM_SYSCONFIG); |
| 306 | prcm_context.sgx_cm_clksel = |
| 307 | cm_read_mod_reg(OMAP3430ES2_SGX_MOD, CM_CLKSEL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 308 | prcm_context.dss_cm_clksel = |
| 309 | cm_read_mod_reg(OMAP3430_DSS_MOD, CM_CLKSEL); |
| 310 | prcm_context.cam_cm_clksel = |
| 311 | cm_read_mod_reg(OMAP3430_CAM_MOD, CM_CLKSEL); |
| 312 | prcm_context.per_cm_clksel = |
| 313 | cm_read_mod_reg(OMAP3430_PER_MOD, CM_CLKSEL); |
| 314 | prcm_context.emu_cm_clksel = |
| 315 | cm_read_mod_reg(OMAP3430_EMU_MOD, CM_CLKSEL1); |
| 316 | prcm_context.emu_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 317 | cm_read_mod_reg(OMAP3430_EMU_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 318 | prcm_context.pll_cm_autoidle2 = |
| 319 | cm_read_mod_reg(PLL_MOD, CM_AUTOIDLE2); |
| 320 | prcm_context.pll_cm_clksel4 = |
| 321 | cm_read_mod_reg(PLL_MOD, OMAP3430ES2_CM_CLKSEL4); |
| 322 | prcm_context.pll_cm_clksel5 = |
| 323 | cm_read_mod_reg(PLL_MOD, OMAP3430ES2_CM_CLKSEL5); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 324 | prcm_context.pll_cm_clken2 = |
| 325 | cm_read_mod_reg(PLL_MOD, OMAP3430ES2_CM_CLKEN2); |
| 326 | prcm_context.cm_polctrl = __raw_readl(OMAP3430_CM_POLCTRL); |
| 327 | prcm_context.iva2_cm_fclken = |
| 328 | cm_read_mod_reg(OMAP3430_IVA2_MOD, CM_FCLKEN); |
| 329 | prcm_context.iva2_cm_clken_pll = cm_read_mod_reg(OMAP3430_IVA2_MOD, |
| 330 | OMAP3430_CM_CLKEN_PLL); |
| 331 | prcm_context.core_cm_fclken1 = |
| 332 | cm_read_mod_reg(CORE_MOD, CM_FCLKEN1); |
| 333 | prcm_context.core_cm_fclken3 = |
| 334 | cm_read_mod_reg(CORE_MOD, OMAP3430ES2_CM_FCLKEN3); |
| 335 | prcm_context.sgx_cm_fclken = |
| 336 | cm_read_mod_reg(OMAP3430ES2_SGX_MOD, CM_FCLKEN); |
| 337 | prcm_context.wkup_cm_fclken = |
| 338 | cm_read_mod_reg(WKUP_MOD, CM_FCLKEN); |
| 339 | prcm_context.dss_cm_fclken = |
| 340 | cm_read_mod_reg(OMAP3430_DSS_MOD, CM_FCLKEN); |
| 341 | prcm_context.cam_cm_fclken = |
| 342 | cm_read_mod_reg(OMAP3430_CAM_MOD, CM_FCLKEN); |
| 343 | prcm_context.per_cm_fclken = |
| 344 | cm_read_mod_reg(OMAP3430_PER_MOD, CM_FCLKEN); |
| 345 | prcm_context.usbhost_cm_fclken = |
| 346 | cm_read_mod_reg(OMAP3430ES2_USBHOST_MOD, CM_FCLKEN); |
| 347 | prcm_context.core_cm_iclken1 = |
| 348 | cm_read_mod_reg(CORE_MOD, CM_ICLKEN1); |
| 349 | prcm_context.core_cm_iclken2 = |
| 350 | cm_read_mod_reg(CORE_MOD, CM_ICLKEN2); |
| 351 | prcm_context.core_cm_iclken3 = |
| 352 | cm_read_mod_reg(CORE_MOD, CM_ICLKEN3); |
| 353 | prcm_context.sgx_cm_iclken = |
| 354 | cm_read_mod_reg(OMAP3430ES2_SGX_MOD, CM_ICLKEN); |
| 355 | prcm_context.wkup_cm_iclken = |
| 356 | cm_read_mod_reg(WKUP_MOD, CM_ICLKEN); |
| 357 | prcm_context.dss_cm_iclken = |
| 358 | cm_read_mod_reg(OMAP3430_DSS_MOD, CM_ICLKEN); |
| 359 | prcm_context.cam_cm_iclken = |
| 360 | cm_read_mod_reg(OMAP3430_CAM_MOD, CM_ICLKEN); |
| 361 | prcm_context.per_cm_iclken = |
| 362 | cm_read_mod_reg(OMAP3430_PER_MOD, CM_ICLKEN); |
| 363 | prcm_context.usbhost_cm_iclken = |
| 364 | cm_read_mod_reg(OMAP3430ES2_USBHOST_MOD, CM_ICLKEN); |
| 365 | prcm_context.iva2_cm_autiidle2 = |
| 366 | cm_read_mod_reg(OMAP3430_IVA2_MOD, CM_AUTOIDLE2); |
| 367 | prcm_context.mpu_cm_autoidle2 = |
| 368 | cm_read_mod_reg(MPU_MOD, CM_AUTOIDLE2); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 369 | prcm_context.iva2_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 370 | cm_read_mod_reg(OMAP3430_IVA2_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 371 | prcm_context.mpu_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 372 | cm_read_mod_reg(MPU_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 373 | prcm_context.core_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 374 | cm_read_mod_reg(CORE_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 375 | prcm_context.sgx_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 376 | cm_read_mod_reg(OMAP3430ES2_SGX_MOD, |
| 377 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 378 | prcm_context.dss_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 379 | cm_read_mod_reg(OMAP3430_DSS_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 380 | prcm_context.cam_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 381 | cm_read_mod_reg(OMAP3430_CAM_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 382 | prcm_context.per_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 383 | cm_read_mod_reg(OMAP3430_PER_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 384 | prcm_context.neon_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 385 | cm_read_mod_reg(OMAP3430_NEON_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 386 | prcm_context.usbhost_cm_clkstctrl = |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 387 | cm_read_mod_reg(OMAP3430ES2_USBHOST_MOD, |
| 388 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 389 | prcm_context.core_cm_autoidle1 = |
| 390 | cm_read_mod_reg(CORE_MOD, CM_AUTOIDLE1); |
| 391 | prcm_context.core_cm_autoidle2 = |
| 392 | cm_read_mod_reg(CORE_MOD, CM_AUTOIDLE2); |
| 393 | prcm_context.core_cm_autoidle3 = |
| 394 | cm_read_mod_reg(CORE_MOD, CM_AUTOIDLE3); |
| 395 | prcm_context.wkup_cm_autoidle = |
| 396 | cm_read_mod_reg(WKUP_MOD, CM_AUTOIDLE); |
| 397 | prcm_context.dss_cm_autoidle = |
| 398 | cm_read_mod_reg(OMAP3430_DSS_MOD, CM_AUTOIDLE); |
| 399 | prcm_context.cam_cm_autoidle = |
| 400 | cm_read_mod_reg(OMAP3430_CAM_MOD, CM_AUTOIDLE); |
| 401 | prcm_context.per_cm_autoidle = |
| 402 | cm_read_mod_reg(OMAP3430_PER_MOD, CM_AUTOIDLE); |
| 403 | prcm_context.usbhost_cm_autoidle = |
| 404 | cm_read_mod_reg(OMAP3430ES2_USBHOST_MOD, CM_AUTOIDLE); |
| 405 | prcm_context.sgx_cm_sleepdep = |
| 406 | cm_read_mod_reg(OMAP3430ES2_SGX_MOD, OMAP3430_CM_SLEEPDEP); |
| 407 | prcm_context.dss_cm_sleepdep = |
| 408 | cm_read_mod_reg(OMAP3430_DSS_MOD, OMAP3430_CM_SLEEPDEP); |
| 409 | prcm_context.cam_cm_sleepdep = |
| 410 | cm_read_mod_reg(OMAP3430_CAM_MOD, OMAP3430_CM_SLEEPDEP); |
| 411 | prcm_context.per_cm_sleepdep = |
| 412 | cm_read_mod_reg(OMAP3430_PER_MOD, OMAP3430_CM_SLEEPDEP); |
| 413 | prcm_context.usbhost_cm_sleepdep = |
| 414 | cm_read_mod_reg(OMAP3430ES2_USBHOST_MOD, OMAP3430_CM_SLEEPDEP); |
| 415 | prcm_context.cm_clkout_ctrl = cm_read_mod_reg(OMAP3430_CCR_MOD, |
| 416 | OMAP3_CM_CLKOUT_CTRL_OFFSET); |
| 417 | prcm_context.prm_clkout_ctrl = prm_read_mod_reg(OMAP3430_CCR_MOD, |
| 418 | OMAP3_PRM_CLKOUT_CTRL_OFFSET); |
| 419 | prcm_context.sgx_pm_wkdep = |
| 420 | prm_read_mod_reg(OMAP3430ES2_SGX_MOD, PM_WKDEP); |
| 421 | prcm_context.dss_pm_wkdep = |
| 422 | prm_read_mod_reg(OMAP3430_DSS_MOD, PM_WKDEP); |
| 423 | prcm_context.cam_pm_wkdep = |
| 424 | prm_read_mod_reg(OMAP3430_CAM_MOD, PM_WKDEP); |
| 425 | prcm_context.per_pm_wkdep = |
| 426 | prm_read_mod_reg(OMAP3430_PER_MOD, PM_WKDEP); |
| 427 | prcm_context.neon_pm_wkdep = |
| 428 | prm_read_mod_reg(OMAP3430_NEON_MOD, PM_WKDEP); |
| 429 | prcm_context.usbhost_pm_wkdep = |
| 430 | prm_read_mod_reg(OMAP3430ES2_USBHOST_MOD, PM_WKDEP); |
| 431 | prcm_context.core_pm_mpugrpsel1 = |
| 432 | prm_read_mod_reg(CORE_MOD, OMAP3430_PM_MPUGRPSEL1); |
| 433 | prcm_context.iva2_pm_ivagrpsel1 = |
| 434 | prm_read_mod_reg(OMAP3430_IVA2_MOD, OMAP3430_PM_IVAGRPSEL1); |
| 435 | prcm_context.core_pm_mpugrpsel3 = |
| 436 | prm_read_mod_reg(CORE_MOD, OMAP3430ES2_PM_MPUGRPSEL3); |
| 437 | prcm_context.core_pm_ivagrpsel3 = |
| 438 | prm_read_mod_reg(CORE_MOD, OMAP3430ES2_PM_IVAGRPSEL3); |
| 439 | prcm_context.wkup_pm_mpugrpsel = |
| 440 | prm_read_mod_reg(WKUP_MOD, OMAP3430_PM_MPUGRPSEL); |
| 441 | prcm_context.wkup_pm_ivagrpsel = |
| 442 | prm_read_mod_reg(WKUP_MOD, OMAP3430_PM_IVAGRPSEL); |
| 443 | prcm_context.per_pm_mpugrpsel = |
| 444 | prm_read_mod_reg(OMAP3430_PER_MOD, OMAP3430_PM_MPUGRPSEL); |
| 445 | prcm_context.per_pm_ivagrpsel = |
| 446 | prm_read_mod_reg(OMAP3430_PER_MOD, OMAP3430_PM_IVAGRPSEL); |
| 447 | prcm_context.wkup_pm_wken = prm_read_mod_reg(WKUP_MOD, PM_WKEN); |
| 448 | return; |
| 449 | } |
| 450 | |
| 451 | void omap3_prcm_restore_context(void) |
| 452 | { |
| 453 | omap_ctrl_writel(prcm_context.control_padconf_sys_nirq, |
| 454 | OMAP343X_CONTROL_PADCONF_SYSNIRQ); |
Jouni Hogander | 133464d | 2009-02-05 13:34:01 +0200 | [diff] [blame] | 455 | cm_write_mod_reg(prcm_context.iva2_cm_clksel1, OMAP3430_IVA2_MOD, |
| 456 | CM_CLKSEL1); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 457 | cm_write_mod_reg(prcm_context.iva2_cm_clksel2, OMAP3430_IVA2_MOD, |
| 458 | CM_CLKSEL2); |
| 459 | __raw_writel(prcm_context.cm_sysconfig, OMAP3430_CM_SYSCONFIG); |
| 460 | cm_write_mod_reg(prcm_context.sgx_cm_clksel, OMAP3430ES2_SGX_MOD, |
| 461 | CM_CLKSEL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 462 | cm_write_mod_reg(prcm_context.dss_cm_clksel, OMAP3430_DSS_MOD, |
| 463 | CM_CLKSEL); |
| 464 | cm_write_mod_reg(prcm_context.cam_cm_clksel, OMAP3430_CAM_MOD, |
| 465 | CM_CLKSEL); |
| 466 | cm_write_mod_reg(prcm_context.per_cm_clksel, OMAP3430_PER_MOD, |
| 467 | CM_CLKSEL); |
| 468 | cm_write_mod_reg(prcm_context.emu_cm_clksel, OMAP3430_EMU_MOD, |
| 469 | CM_CLKSEL1); |
| 470 | cm_write_mod_reg(prcm_context.emu_cm_clkstctrl, OMAP3430_EMU_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 471 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 472 | cm_write_mod_reg(prcm_context.pll_cm_autoidle2, PLL_MOD, |
| 473 | CM_AUTOIDLE2); |
| 474 | cm_write_mod_reg(prcm_context.pll_cm_clksel4, PLL_MOD, |
| 475 | OMAP3430ES2_CM_CLKSEL4); |
| 476 | cm_write_mod_reg(prcm_context.pll_cm_clksel5, PLL_MOD, |
| 477 | OMAP3430ES2_CM_CLKSEL5); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 478 | cm_write_mod_reg(prcm_context.pll_cm_clken2, PLL_MOD, |
| 479 | OMAP3430ES2_CM_CLKEN2); |
| 480 | __raw_writel(prcm_context.cm_polctrl, OMAP3430_CM_POLCTRL); |
| 481 | cm_write_mod_reg(prcm_context.iva2_cm_fclken, OMAP3430_IVA2_MOD, |
| 482 | CM_FCLKEN); |
| 483 | cm_write_mod_reg(prcm_context.iva2_cm_clken_pll, OMAP3430_IVA2_MOD, |
| 484 | OMAP3430_CM_CLKEN_PLL); |
| 485 | cm_write_mod_reg(prcm_context.core_cm_fclken1, CORE_MOD, CM_FCLKEN1); |
| 486 | cm_write_mod_reg(prcm_context.core_cm_fclken3, CORE_MOD, |
| 487 | OMAP3430ES2_CM_FCLKEN3); |
| 488 | cm_write_mod_reg(prcm_context.sgx_cm_fclken, OMAP3430ES2_SGX_MOD, |
| 489 | CM_FCLKEN); |
| 490 | cm_write_mod_reg(prcm_context.wkup_cm_fclken, WKUP_MOD, CM_FCLKEN); |
| 491 | cm_write_mod_reg(prcm_context.dss_cm_fclken, OMAP3430_DSS_MOD, |
| 492 | CM_FCLKEN); |
| 493 | cm_write_mod_reg(prcm_context.cam_cm_fclken, OMAP3430_CAM_MOD, |
| 494 | CM_FCLKEN); |
| 495 | cm_write_mod_reg(prcm_context.per_cm_fclken, OMAP3430_PER_MOD, |
| 496 | CM_FCLKEN); |
| 497 | cm_write_mod_reg(prcm_context.usbhost_cm_fclken, |
| 498 | OMAP3430ES2_USBHOST_MOD, CM_FCLKEN); |
| 499 | cm_write_mod_reg(prcm_context.core_cm_iclken1, CORE_MOD, CM_ICLKEN1); |
| 500 | cm_write_mod_reg(prcm_context.core_cm_iclken2, CORE_MOD, CM_ICLKEN2); |
| 501 | cm_write_mod_reg(prcm_context.core_cm_iclken3, CORE_MOD, CM_ICLKEN3); |
| 502 | cm_write_mod_reg(prcm_context.sgx_cm_iclken, OMAP3430ES2_SGX_MOD, |
| 503 | CM_ICLKEN); |
| 504 | cm_write_mod_reg(prcm_context.wkup_cm_iclken, WKUP_MOD, CM_ICLKEN); |
| 505 | cm_write_mod_reg(prcm_context.dss_cm_iclken, OMAP3430_DSS_MOD, |
| 506 | CM_ICLKEN); |
| 507 | cm_write_mod_reg(prcm_context.cam_cm_iclken, OMAP3430_CAM_MOD, |
| 508 | CM_ICLKEN); |
| 509 | cm_write_mod_reg(prcm_context.per_cm_iclken, OMAP3430_PER_MOD, |
| 510 | CM_ICLKEN); |
| 511 | cm_write_mod_reg(prcm_context.usbhost_cm_iclken, |
| 512 | OMAP3430ES2_USBHOST_MOD, CM_ICLKEN); |
| 513 | cm_write_mod_reg(prcm_context.iva2_cm_autiidle2, OMAP3430_IVA2_MOD, |
| 514 | CM_AUTOIDLE2); |
| 515 | cm_write_mod_reg(prcm_context.mpu_cm_autoidle2, MPU_MOD, CM_AUTOIDLE2); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 516 | cm_write_mod_reg(prcm_context.iva2_cm_clkstctrl, OMAP3430_IVA2_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 517 | OMAP2_CM_CLKSTCTRL); |
| 518 | cm_write_mod_reg(prcm_context.mpu_cm_clkstctrl, MPU_MOD, |
| 519 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 520 | cm_write_mod_reg(prcm_context.core_cm_clkstctrl, CORE_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 521 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 522 | cm_write_mod_reg(prcm_context.sgx_cm_clkstctrl, OMAP3430ES2_SGX_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 523 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 524 | cm_write_mod_reg(prcm_context.dss_cm_clkstctrl, OMAP3430_DSS_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 525 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 526 | cm_write_mod_reg(prcm_context.cam_cm_clkstctrl, OMAP3430_CAM_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 527 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 528 | cm_write_mod_reg(prcm_context.per_cm_clkstctrl, OMAP3430_PER_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 529 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 530 | cm_write_mod_reg(prcm_context.neon_cm_clkstctrl, OMAP3430_NEON_MOD, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 531 | OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 532 | cm_write_mod_reg(prcm_context.usbhost_cm_clkstctrl, |
Abhijit Pagare | 84c0c39 | 2010-01-26 20:12:53 -0700 | [diff] [blame] | 533 | OMAP3430ES2_USBHOST_MOD, OMAP2_CM_CLKSTCTRL); |
Rajendra Nayak | c171a25 | 2008-09-26 17:48:31 +0530 | [diff] [blame] | 534 | cm_write_mod_reg(prcm_context.core_cm_autoidle1, CORE_MOD, |
| 535 | CM_AUTOIDLE1); |
| 536 | cm_write_mod_reg(prcm_context.core_cm_autoidle2, CORE_MOD, |
| 537 | CM_AUTOIDLE2); |
| 538 | cm_write_mod_reg(prcm_context.core_cm_autoidle3, CORE_MOD, |
| 539 | CM_AUTOIDLE3); |
| 540 | cm_write_mod_reg(prcm_context.wkup_cm_autoidle, WKUP_MOD, CM_AUTOIDLE); |
| 541 | cm_write_mod_reg(prcm_context.dss_cm_autoidle, OMAP3430_DSS_MOD, |
| 542 | CM_AUTOIDLE); |
| 543 | cm_write_mod_reg(prcm_context.cam_cm_autoidle, OMAP3430_CAM_MOD, |
| 544 | CM_AUTOIDLE); |
| 545 | cm_write_mod_reg(prcm_context.per_cm_autoidle, OMAP3430_PER_MOD, |
| 546 | CM_AUTOIDLE); |
| 547 | cm_write_mod_reg(prcm_context.usbhost_cm_autoidle, |
| 548 | OMAP3430ES2_USBHOST_MOD, CM_AUTOIDLE); |
| 549 | cm_write_mod_reg(prcm_context.sgx_cm_sleepdep, OMAP3430ES2_SGX_MOD, |
| 550 | OMAP3430_CM_SLEEPDEP); |
| 551 | cm_write_mod_reg(prcm_context.dss_cm_sleepdep, OMAP3430_DSS_MOD, |
| 552 | OMAP3430_CM_SLEEPDEP); |
| 553 | cm_write_mod_reg(prcm_context.cam_cm_sleepdep, OMAP3430_CAM_MOD, |
| 554 | OMAP3430_CM_SLEEPDEP); |
| 555 | cm_write_mod_reg(prcm_context.per_cm_sleepdep, OMAP3430_PER_MOD, |
| 556 | OMAP3430_CM_SLEEPDEP); |
| 557 | cm_write_mod_reg(prcm_context.usbhost_cm_sleepdep, |
| 558 | OMAP3430ES2_USBHOST_MOD, OMAP3430_CM_SLEEPDEP); |
| 559 | cm_write_mod_reg(prcm_context.cm_clkout_ctrl, OMAP3430_CCR_MOD, |
| 560 | OMAP3_CM_CLKOUT_CTRL_OFFSET); |
| 561 | prm_write_mod_reg(prcm_context.prm_clkout_ctrl, OMAP3430_CCR_MOD, |
| 562 | OMAP3_PRM_CLKOUT_CTRL_OFFSET); |
| 563 | prm_write_mod_reg(prcm_context.sgx_pm_wkdep, OMAP3430ES2_SGX_MOD, |
| 564 | PM_WKDEP); |
| 565 | prm_write_mod_reg(prcm_context.dss_pm_wkdep, OMAP3430_DSS_MOD, |
| 566 | PM_WKDEP); |
| 567 | prm_write_mod_reg(prcm_context.cam_pm_wkdep, OMAP3430_CAM_MOD, |
| 568 | PM_WKDEP); |
| 569 | prm_write_mod_reg(prcm_context.per_pm_wkdep, OMAP3430_PER_MOD, |
| 570 | PM_WKDEP); |
| 571 | prm_write_mod_reg(prcm_context.neon_pm_wkdep, OMAP3430_NEON_MOD, |
| 572 | PM_WKDEP); |
| 573 | prm_write_mod_reg(prcm_context.usbhost_pm_wkdep, |
| 574 | OMAP3430ES2_USBHOST_MOD, PM_WKDEP); |
| 575 | prm_write_mod_reg(prcm_context.core_pm_mpugrpsel1, CORE_MOD, |
| 576 | OMAP3430_PM_MPUGRPSEL1); |
| 577 | prm_write_mod_reg(prcm_context.iva2_pm_ivagrpsel1, OMAP3430_IVA2_MOD, |
| 578 | OMAP3430_PM_IVAGRPSEL1); |
| 579 | prm_write_mod_reg(prcm_context.core_pm_mpugrpsel3, CORE_MOD, |
| 580 | OMAP3430ES2_PM_MPUGRPSEL3); |
| 581 | prm_write_mod_reg(prcm_context.core_pm_ivagrpsel3, CORE_MOD, |
| 582 | OMAP3430ES2_PM_IVAGRPSEL3); |
| 583 | prm_write_mod_reg(prcm_context.wkup_pm_mpugrpsel, WKUP_MOD, |
| 584 | OMAP3430_PM_MPUGRPSEL); |
| 585 | prm_write_mod_reg(prcm_context.wkup_pm_ivagrpsel, WKUP_MOD, |
| 586 | OMAP3430_PM_IVAGRPSEL); |
| 587 | prm_write_mod_reg(prcm_context.per_pm_mpugrpsel, OMAP3430_PER_MOD, |
| 588 | OMAP3430_PM_MPUGRPSEL); |
| 589 | prm_write_mod_reg(prcm_context.per_pm_ivagrpsel, OMAP3430_PER_MOD, |
| 590 | OMAP3430_PM_IVAGRPSEL); |
| 591 | prm_write_mod_reg(prcm_context.wkup_pm_wken, WKUP_MOD, PM_WKEN); |
| 592 | return; |
| 593 | } |
| 594 | #endif |