Home
last modified time | relevance | path

Searched refs:gpdr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-tangier.c56 u32 gpdr; member
111 void __iomem *gpdr; in tng_gpio_direction_input() local
115 gpdr = gpio_reg_and_bit(chip, offset, GPDR, &shift); in tng_gpio_direction_input()
119 value = readl(gpdr); in tng_gpio_direction_input()
121 writel(value, gpdr); in tng_gpio_direction_input()
130 void __iomem *gpdr; in tng_gpio_direction_output() local
133 gpdr = gpio_reg_and_bit(chip, offset, GPDR, &shift); in tng_gpio_direction_output()
138 value = readl(gpdr); in tng_gpio_direction_output()
140 writel(value, gpdr); in tng_gpio_direction_output()
147 void __iomem *gpdr; in tng_gpio_get_direction() local
[all …]
/linux/arch/mips/include/asm/sn/
H A Dioc3.h130 u32 gpdr; /* 0x0003c */ member