Home
last modified time | relevance | path

Searched refs:GPLR (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/arm/mach-sa1100/
H A Dassabet.c159 if (GPLR & SDA) in adv7171_send()
171 unsigned gplr = GPLR; in adv7171_write()
179 if (!(GPLR & SDA)) in adv7171_write()
603 unsigned long phys = __PREG(GPLR) & PMD_MASK; in map_sa1100_gpio_regs()
634 scr = GPLR; in get_assabet_scr()
H A Dpm.c61 gpio = GPLR; in sa11x0_pm_enter()
H A Djornada720_ssp.c63 while ((GPLR & GPIO_GPIO10)) { in jornada_ssp_byte()
/openbmc/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c33 #define GPLR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5)) macro
357 if (GPLR(i) & GPIO_bit(i)) in pxa2xx_mfp_suspend()
368 saved_gplr[i] = GPLR(i * 32); in pxa2xx_mfp_suspend()
/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c31 #define GPLR 0x004 /* Pin level r/o */ macro
86 gplr = gpio_reg_and_bit(chip, offset, GPLR, &shift); in tng_gpio_get()
494 ctx->level = readl(gpio_reg(&priv->chip, base, GPLR)); in tng_gpio_suspend()
H A Dgpio-sa1100.c105 .membase = (void *)&GPLR,
/openbmc/qemu/hw/arm/
H A Dstrongarm.c469 #define GPLR 0x00 macro
575 case GPLR: /* GPIO Pin-Level registers */ in strongarm_gpio_read()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1250 #define GPLR(x) (((((x) & 0x7f) < 96) ? _GPLR(x) : GPLR3)) macro
1260 #define GPLR(x) _GPLR(x) macro
/openbmc/u-boot/include/
H A DSA-1100.h1501 #define GPLR /* GPIO Pin Level Reg. */ \ macro
1519 #define GPLR (io_p2v (_GPLR)) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1105 #define GPLR __REG(0x90040000) /* GPIO Pin Level Reg. */ macro