Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-pxa/
Dpxa3xx.c43 #define PECR_IE(n) ((1 << ((n) * 2)) << 28) macro
305 PECR &= ~PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_mask_ext_wakeup()
311 PECR |= PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_unmask_ext_wakeup()