Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa3xx.c278 case IRQ_WAKEUP0: in pxa3xx_set_wake()
307 PECR |= PECR_IS(d->irq - IRQ_WAKEUP0); in pxa_ack_ext_wakeup()
313 PECR &= ~PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_mask_ext_wakeup()
319 PECR |= PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_unmask_ext_wakeup()
325 PWER |= 1 << (d->irq - IRQ_WAKEUP0); in pxa_set_ext_wakeup_type()
328 PWER |= 1 << (d->irq - IRQ_WAKEUP0 + 2); in pxa_set_ext_wakeup_type()
346 for (irq = IRQ_WAKEUP0; irq <= IRQ_WAKEUP1; irq++) { in pxa_init_ext_wakeup_irq()
423 enable_irq_wake(IRQ_WAKEUP0); in pxa3xx_init()
H A Dirqs.h70 #define IRQ_WAKEUP0 PXA_IRQ(49) /* EXT_WAKEUP0 */ macro