Searched refs:PECR (Results 1 – 3 of 3) sorted by relevance
30 #define PECR 0xa4000108 macro139 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()
294 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()
32 #define PECR __REG(0x40F50018) /* Power Manager EXT_WAKEUP[1:0] Control Register */ macro
Completed in 6 milliseconds