Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H 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()
/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa3xx.c307 PECR |= PECR_IS(d->irq - IRQ_WAKEUP0); in pxa_ack_ext_wakeup()
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()
H A Dpxa3xx-regs.h32 #define PECR __REG(0x40F50018) /* Power Manager EXT_WAKEUP[1:0] Control Register */ macro
/openbmc/u-boot/board/renesas/sh7763rdp/
H A Dsh7763rdp.c16 #define PECR 0xffef0008 macro
/openbmc/u-boot/board/mpr2/
H A Dmpr2.c80 __raw_writew(0x2800, PECR); /* 00 10 10 00 00 00 00 00 */ in board_init()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7723.h126 #define PECR 0xA4050108 macro
H A Dcpu_sh7724.h147 #define PECR 0xA4050108 macro
H A Dcpu_sh7720.h164 #define PECR (PFC_BASE + 0x08) macro
H A Dcpu_sh7780.h403 #define PECR 0xFFEA0008 macro
H A Dcpu_sh7722.h1197 #define PECR 0xA4050108 macro
/openbmc/linux/drivers/watchdog/
H A Drzg2l_wdt.c25 #define PECR 0x10 macro
178 rzg2l_wdt_write(priv, 0, PECR); in rzg2l_wdt_restart()
/openbmc/u-boot/board/renesas/ap325rxa/
H A Dap325rxa.c101 outw(PECR_D, PECR); in board_init()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1921 #define PECR 0x40F50018 /* Power Manager EXT_WAKEUP[1:0] Control Register */ macro