Home
last modified time | relevance | path

Searched refs:PECR (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-pxa/
Dpxa3xx.c342 PECR |= PECR_IS(d->irq - IRQ_WAKEUP0); in pxa_ack_ext_wakeup()
348 PECR &= ~PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_mask_ext_wakeup()
354 PECR |= PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_unmask_ext_wakeup()
/arch/arm/mach-pxa/include/mach/
Dpxa3xx-regs.h35 #define PECR __REG(0x40F50018) /* Power Manager EXT_WAKEUP[1:0] Control Register */ macro