Home
last modified time | relevance | path

Searched refs:GRER (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c35 #define GRER 0x064 /* Rising edge detect */ macro
268 void __iomem *grer = gpio_reg(&priv->chip, gpio, GRER); in tng_irq_set_type()
398 reg = gpio_reg(&priv->chip, base, GRER); in tng_irq_init_hw()
497 ctx->grer = readl(gpio_reg(&priv->chip, base, GRER)); in tng_gpio_suspend()
524 writel(ctx->grer, gpio_reg(&priv->chip, base, GRER)); in tng_gpio_resume()
/openbmc/linux/drivers/pcmcia/
H A Dsa1111_jornada720.c133 GRER |= 0x00000002; in pcmcia_jornada720_init()
/openbmc/linux/arch/arm/mach-sa1100/
H A Dgeneric.c84 PWER = GFER = GRER = 1; in sa1100_power_off()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c473 #define GRER 0x10 macro
566 case GRER: /* GPIO Rising-Edge Detect Enable registers */ in strongarm_gpio_read()
612 case GRER: /* GPIO Rising-Edge Detect Enable registers */ in strongarm_gpio_write()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1254 #define GRER(x) (((((x) & 0x7f) < 96) ? _GRER(x) : GRER3)) macro
1264 #define GRER(x) _GRER(x) macro
/openbmc/u-boot/include/
H A DSA-1100.h1509 #define GRER /* GPIO Rising-Edge detect Reg. */ \ macro
1523 #define GRER (io_p2v (_GRER)) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1109 #define GRER __REG(0x90040010) /* GPIO Rising-Edge detect Reg. */ macro