Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A 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()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dpxa3xx.c43 #define PECR_IE(n) ((1 << ((n) * 2)) << 28) macro
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()

Completed in 2 milliseconds