Home
last modified time | relevance | path

Searched refs:GPDR (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mach-sa1100/
H A Dpm.c64 SAVE(GPDR); in sa11x0_pm_enter()
98 RESTORE(GPDR); in sa11x0_pm_enter()
H A Dclock.c33 GPDR |= GPIO_32_768kHz; in clk_gpio27_enable()
44 GPDR &= ~GPIO_32_768kHz; in clk_gpio27_disable()
H A Djornada720.c265 GPDR |= GPIO_GPIO20; /* Clear gpio20 pin as input */ in jornada720_init()
/linux/drivers/gpio/
H A Dgpio-tangier.c34 #define GPDR 0x01c /* Pin direction */ macro
115 gpdr = gpio_reg_and_bit(chip, offset, GPDR, &shift); in tng_gpio_direction_input()
133 gpdr = gpio_reg_and_bit(chip, offset, GPDR, &shift); in tng_gpio_direction_output()
150 gpdr = gpio_reg_and_bit(chip, offset, GPDR, &shift); in tng_gpio_get_direction()
478 ctx->gpdr = readl(gpio_reg(&priv->chip, base, GPDR)); in tng_gpio_suspend()
501 writel(ctx->gpdr, gpio_reg(&priv->chip, base, GPDR)); in tng_gpio_resume()
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1106 #define GPDR __REG(0x90040004) /* GPIO Pin Direction Reg. */ macro