/* make these defines, we currently do not have any need to change
* the IRQ wake controls depending on the CPU we are running on */ #ifdef CONFIG_PM_SLEEP #define s3c_irqwake_eintallow ((1 << 28) - 1) #define s3c_irqwake_intallow (~0) #else #define s3c_irqwake_eintallow 0 #define s3c_irqwake_intallow 0 #endif
staticinlinevoid s3c_pm_restored_gpios(void)
{ /* ensure sleep mode has been cleared from the system */
__raw_writel(0, S3C64XX_SLPEN);
}
staticinlinevoid samsung_pm_saved_gpios(void)
{ /* turn on the sleep mode and keep it there, as it seems that during * suspend the xCON registers get re-set and thus you can end up with * problems between going to sleep and resuming.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.