common.h (6886530bab1e059a0fc5bab9813c739413d033bf) | common.h (bfefdff8f91aa0a9ff1291d18d54498af276a6e5) |
---|---|
1/* 2 * Copyright 2004-2013 Freescale Semiconductor, Inc. All Rights Reserved. 3 */ 4 5/* 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 63 unchanged lines hidden (view full) --- 72extern void mxc_restart(enum reboot_mode, const char *); 73extern void mxc_arch_reset_init(void __iomem *); 74extern void mxc_arch_reset_init_dt(void); 75extern int mx53_revision(void); 76extern int imx6q_revision(void); 77extern int mx53_display_revision(void); 78extern void imx_set_aips(void __iomem *); 79extern int mxc_device_init(void); | 1/* 2 * Copyright 2004-2013 Freescale Semiconductor, Inc. All Rights Reserved. 3 */ 4 5/* 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 63 unchanged lines hidden (view full) --- 72extern void mxc_restart(enum reboot_mode, const char *); 73extern void mxc_arch_reset_init(void __iomem *); 74extern void mxc_arch_reset_init_dt(void); 75extern int mx53_revision(void); 76extern int imx6q_revision(void); 77extern int mx53_display_revision(void); 78extern void imx_set_aips(void __iomem *); 79extern int mxc_device_init(void); |
80void imx_set_soc_revision(unsigned int rev); 81unsigned int imx_get_soc_revision(void); |
|
80 81enum mxc_cpu_pwr_mode { 82 WAIT_CLOCKED, /* wfi only */ 83 WAIT_UNCLOCKED, /* WAIT */ 84 WAIT_UNCLOCKED_POWER_OFF, /* WAIT + SRPG */ 85 STOP_POWER_ON, /* just STOP */ 86 STOP_POWER_OFF, /* STOP + SRPG */ 87}; --- 78 unchanged lines hidden --- | 82 83enum mxc_cpu_pwr_mode { 84 WAIT_CLOCKED, /* wfi only */ 85 WAIT_UNCLOCKED, /* WAIT */ 86 WAIT_UNCLOCKED_POWER_OFF, /* WAIT + SRPG */ 87 STOP_POWER_ON, /* just STOP */ 88 STOP_POWER_OFF, /* STOP + SRPG */ 89}; --- 78 unchanged lines hidden --- |