Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/keyboard/
Djornada680_kbd.c30 #define PECR 0xa4000108 macro
139 ec_static = (__raw_readw(PECR) & (~0xf0cf)); in jornada_scan_keyb()
144 __raw_writew((ec_static | *y++), PECR); in jornada_scan_keyb()
162 __raw_writew((ec_static | (0x5555 & 0xf0cf)),PECR); in jornada_scan_keyb()
/linux-6.1.9/arch/arm/mach-pxa/
Dpxa3xx.c299 PECR |= PECR_IS(d->irq - IRQ_WAKEUP0); in pxa_ack_ext_wakeup()
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()
Dpxa3xx-regs.h32 #define PECR __REG(0x40F50018) /* Power Manager EXT_WAKEUP[1:0] Control Register */ macro
/linux-6.1.9/drivers/watchdog/
Drzg2l_wdt.c24 #define PECR 0x10 macro
153 rzg2l_wdt_write(priv, 0, PECR); in rzg2l_wdt_restart()