Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dregs-rtc.h20 #define RTSR_ALE (1 << 2) /* RTC alarm interrupt enable */ macro
Dsharpsl_pm.c617 RTSR &= RTSR_ALE; in corgi_goto_sleep()
622 RTSR &= RTSR_ALE; in corgi_goto_sleep()
665 unsigned int alarm_status = ((RTSR & RTSR_ALE) != 0); in corgi_pxa_pm_enter()