Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa3xx.c281 case IRQ_WAKEUP1: in pxa3xx_set_wake()
346 for (irq = IRQ_WAKEUP0; irq <= IRQ_WAKEUP1; irq++) { in pxa_init_ext_wakeup_irq()
425 enable_irq_wake(IRQ_WAKEUP1); in pxa3xx_init()
H A Dirqs.h71 #define IRQ_WAKEUP1 PXA_IRQ(50) /* EXT_WAKEUP1 */ macro