Searched refs:PWER_RTC (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dcorgi_pm.c108 PWER = wakeup_mask | PWER_RTC;
159 if (resume_on_alarm && (PEDR & PWER_RTC))
160 is_resume |= PWER_RTC;
H A Dspitz_pm.c114 PWER = GPIO_bit(SPITZ_GPIO_KEY_INT) | GPIO_bit(SPITZ_GPIO_RESET) | PWER_RTC;
162 if (resume_on_alarm && (PEDR & PWER_RTC))
163 is_resume |= PWER_RTC;
H A Dirq.c47 mask = PWER_RTC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dirq.c210 PWER |= PWER_RTC;
212 PWER &= ~PWER_RTC;
H A Dsimpad.c164 PWER = PWER_GPIO0| PWER_RTC;
H A Dbadge4.c196 PWER |= PWER_RTC; /* wake up if rtc fires */
H A Dh3600.c262 PWER = PWER_GPIO0 | PWER_RTC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A DSA-1100.h949 #define PWER_RTC 0x80000000 /* RTC alarm wake-up enable */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h1594 #define PWER_RTC 0x80000000 /* RTC alarm wake-up enable */ macro

Completed in 234 milliseconds