Searched refs:PEDR (Results 1 – 8 of 8) sorted by relevance
99 PEDR, gpio_get_value(CORGI_GPIO_AC_IN), in corgi_should_wakeup()104 if ((PEDR & GPIO_bit(CORGI_GPIO_AC_IN))) { in corgi_should_wakeup()118 if ((PEDR & GPIO_bit(CORGI_GPIO_CHRG_FULL))) in corgi_should_wakeup()121 if (PEDR & GPIO_bit(CORGI_GPIO_KEY_INT)) in corgi_should_wakeup()124 if (PEDR & GPIO_bit(CORGI_GPIO_WAKEUP)) in corgi_should_wakeup()127 if (resume_on_alarm && (PEDR & PWER_RTC)) in corgi_should_wakeup()
159 if (PEDR & GPIO_bit(SPITZ_GPIO_KEY_INT)) in spitz_should_wakeup()165 if (resume_on_alarm && (PEDR & PWER_RTC)) in spitz_should_wakeup()
300 PEDR = 0xDF12FE1B; in pxa27x_cpu_pm_enter()
620 PEDR = 0xffffffff; /* clear it */ in corgi_goto_sleep()640 dev_dbg(sharpsl_pm.dev, "Corgi woken up from suspend: %08x\n", PEDR); in corgi_goto_sleep()
73 #define AUTCPU12_DPOT_PORT_OFFSET PEDR
43 #define PEDR (0x0080) macro
29 #define PEDR __REG(0x40F00018) /* Power Manager GPIO Edge Detect Status Register */ macro
185 #define PEDR 0xFFFF6D macro