pm.h (a1f3d4bba8ea395a39d34ade6017afee8be16031) | pm.h (b6338bdc8305b27688a7feb8689e4ccfd42f0292) |
---|---|
1/* 2 * OMAP2/3 Power Management Routines 3 * 4 * Copyright (C) 2008 Nokia Corporation 5 * Jouni Hogander 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 78 unchanged lines hidden (view full) --- 87#define pm_dbg_regset_init(reg_set) do {} while (0); 88#endif /* CONFIG_PM_DEBUG */ 89 90extern void omap24xx_idle_loop_suspend(void); 91 92extern void omap24xx_cpu_suspend(u32 dll_ctrl, void __iomem *sdrc_dlla_ctrl, 93 void __iomem *sdrc_power); 94extern void omap34xx_cpu_suspend(u32 *addr, int save_state); | 1/* 2 * OMAP2/3 Power Management Routines 3 * 4 * Copyright (C) 2008 Nokia Corporation 5 * Jouni Hogander 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 78 unchanged lines hidden (view full) --- 87#define pm_dbg_regset_init(reg_set) do {} while (0); 88#endif /* CONFIG_PM_DEBUG */ 89 90extern void omap24xx_idle_loop_suspend(void); 91 92extern void omap24xx_cpu_suspend(u32 dll_ctrl, void __iomem *sdrc_dlla_ctrl, 93 void __iomem *sdrc_power); 94extern void omap34xx_cpu_suspend(u32 *addr, int save_state); |
95extern void save_secure_ram_context(u32 *addr); | 95extern int save_secure_ram_context(u32 *addr); |
96extern void omap3_save_scratchpad_contents(void); 97 98extern unsigned int omap24xx_idle_loop_suspend_sz; 99extern unsigned int save_secure_ram_context_sz; 100extern unsigned int omap24xx_cpu_suspend_sz; 101extern unsigned int omap34xx_cpu_suspend_sz; 102 103#define PM_RTA_ERRATUM_i608 (1 << 0) --- 38 unchanged lines hidden --- | 96extern void omap3_save_scratchpad_contents(void); 97 98extern unsigned int omap24xx_idle_loop_suspend_sz; 99extern unsigned int save_secure_ram_context_sz; 100extern unsigned int omap24xx_cpu_suspend_sz; 101extern unsigned int omap34xx_cpu_suspend_sz; 102 103#define PM_RTA_ERRATUM_i608 (1 << 0) --- 38 unchanged lines hidden --- |