Home
last modified time | relevance | path

Searched refs:PWER_RTC (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz_pm.c114 PWER = GPIO_bit(SPITZ_GPIO_KEY_INT) | GPIO_bit(SPITZ_GPIO_RESET) | PWER_RTC; in spitz_presuspend()
157 if (resume_on_alarm && (PEDR & PWER_RTC)) in spitz_should_wakeup()
158 is_resume |= PWER_RTC; in spitz_should_wakeup()
H A Dpxa2xx-regs.h129 #define PWER_RTC 0x80000000 /* RTC alarm wake-up enable */ macro
H A Dpxa25x.c129 mask = PWER_RTC; in pxa25x_set_wake()
H A Dpxa27x.c214 mask = PWER_RTC; in pxa27x_set_wake()
/openbmc/linux/arch/arm/mach-sa1100/
H A Dgeneric.c465 PWER |= PWER_RTC; in sa11x0_sc_set_wake()
467 PWER &= ~PWER_RTC; in sa11x0_sc_set_wake()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h931 #define PWER_RTC 0x80000000 /* RTC alarm wake-up enable */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1305 #define PWER_RTC 0x80000000 /* RTC alarm wake-up enable */ macro