Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
A 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/arch/arm/mach-pxa/
A Dpxa3xx.c294 PECR |= PECR_IS(d->irq - IRQ_WAKEUP0); in pxa_ack_ext_wakeup()
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()
/linux/arch/arm/mach-pxa/include/mach/
A Dpxa3xx-regs.h32 #define PECR __REG(0x40F50018) /* Power Manager EXT_WAKEUP[1:0] Control Register */ macro

Completed in 6 milliseconds