Home
last modified time | relevance | path

Searched refs:PEDR (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-pxa/
Dcorgi_pm.c95 PEDR, gpio_get_value(CORGI_GPIO_AC_IN), in corgi_should_wakeup()
100 if ((PEDR & GPIO_bit(CORGI_GPIO_AC_IN))) { in corgi_should_wakeup()
114 if ((PEDR & GPIO_bit(CORGI_GPIO_CHRG_FULL))) in corgi_should_wakeup()
117 if (PEDR & GPIO_bit(CORGI_GPIO_KEY_INT)) in corgi_should_wakeup()
120 if (PEDR & GPIO_bit(CORGI_GPIO_WAKEUP)) in corgi_should_wakeup()
123 if (resume_on_alarm && (PEDR & PWER_RTC)) in corgi_should_wakeup()
Dspitz_pm.c151 if (PEDR & GPIO_bit(SPITZ_GPIO_KEY_INT)) in spitz_should_wakeup()
157 if (resume_on_alarm && (PEDR & PWER_RTC)) in spitz_should_wakeup()
Dpxa27x.c144 PEDR = 0xDF12FE1B; in pxa27x_cpu_pm_enter()
Dsharpsl_pm.c613 PEDR = 0xffffffff; /* clear it */ in corgi_goto_sleep()
633 dev_dbg(sharpsl_pm.dev, "Corgi woken up from suspend: %08x\n", PEDR); in corgi_goto_sleep()
/arch/arm/mach-pxa/include/mach/
Dpxa2xx-regs.h26 #define PEDR __REG(0x40F00018) /* Power Manager GPIO Edge Detect Status Register */ macro