Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-pxa/
Dpxa3xx.c42 #define PECR_IE(n) ((1 << ((n) * 2)) << 28) macro
300 PECR &= ~PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_mask_ext_wakeup()
306 PECR |= PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_unmask_ext_wakeup()