Home
last modified time | relevance | path

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

/linux/arch/arm/mach-sa1100/
H A Dpm.c61 gpio = GPLR; in sa11x0_pm_enter()
H A Djornada720_ssp.c63 while ((GPLR & GPIO_GPIO10)) { in jornada_ssp_byte()
/linux/drivers/gpio/
H A Dgpio-tangier.c33 #define GPLR 0x004 /* Pin level r/o */ macro
88 gplr = gpio_reg_and_bit(chip, offset, GPLR, &shift); in tng_gpio_get()
476 ctx->level = readl(gpio_reg(&priv->chip, base, GPLR)); in tng_gpio_suspend()
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1105 #define GPLR __REG(0x90040000) /* GPIO Pin Level Reg. */ macro