Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dpxa3xx.c42 #define PECR_IE(n) ((1 << ((n) * 2)) << 28) macro
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()