Searched refs:RTSR_AL (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/include/mach/
H A Dregs-rtc.h21 #define RTSR_AL (1 << 0) /* RTC alarm detected */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dregs-rtc.h21 #define RTSR_AL (1 << 0) /* RTC alarm detected */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-sa1100.c100 RTSR = RTSR & (RTSR_HZE|RTSR_ALE|RTSR_AL);
119 RTSR = (RTSR_AL | RTSR_HZ) & (rtsr >> 2);
122 if (rtsr & RTSR_AL)
127 if (rtsr & RTSR_AL)
134 if (rtsr & RTSR_AL && rtc_periodic_alarm(&rtc_alarm))
307 alrm->pending = (rtsr & RTSR_AL) ? 1 : 0;
H A Drtc-pxa.c55 #define RTSR_AL (1 << 0) /* RTC alarm detected */ macro
56 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-sa1100.c100 RTSR = RTSR & (RTSR_HZE|RTSR_ALE|RTSR_AL);
119 RTSR = (RTSR_AL | RTSR_HZ) & (rtsr >> 2);
122 if (rtsr & RTSR_AL)
127 if (rtsr & RTSR_AL)
134 if (rtsr & RTSR_AL && rtc_periodic_alarm(&rtc_alarm))
307 alrm->pending = (rtsr & RTSR_AL) ? 1 : 0;
H A Drtc-pxa.c55 #define RTSR_AL (1 << 0) /* RTC alarm detected */ macro
56 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h873 #define RTSR_AL 0x00000001 /* ALarm detected */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h873 #define RTSR_AL 0x00000001 /* ALarm detected */ macro

Completed in 227 milliseconds