Searched refs:PECR (Results 1 – 3 of 3) sorted by relevance
34 #define PECR 0xa4000108 macro143 ec_static = (__raw_readw(PECR) & (~0xf0cf)); in jornada_scan_keyb()148 __raw_writew((ec_static | *y++), PECR); in jornada_scan_keyb()166 __raw_writew((ec_static | (0x5555 & 0xf0cf)),PECR); in jornada_scan_keyb()
297 PECR |= PECR_IS(d->irq - IRQ_WAKEUP0); in pxa_ack_ext_wakeup()303 PECR &= ~PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_mask_ext_wakeup()309 PECR |= PECR_IE(d->irq - IRQ_WAKEUP0); in pxa_unmask_ext_wakeup()
35 #define PECR __REG(0x40F50018) /* Power Manager EXT_WAKEUP[1:0] Control Register */ macro