Home
last modified time | relevance | path

Searched refs:SHARPSL_ALARM_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.h79 #define SHARPSL_ALARM_ACTIVE (1 << 1) /* Alarm is for charging event (not user) */ macro
H A Dsharpsl_pm.c611 sharpsl_pm.flags &= ~SHARPSL_ALARM_ACTIVE; in corgi_goto_sleep()
616 sharpsl_pm.flags |= SHARPSL_ALARM_ACTIVE; in corgi_goto_sleep()
634 …if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable… in corgi_enter_suspend()
635 if (!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE)) { in corgi_enter_suspend()