Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpio/
Dgpio-pxa.c51 #define GPDR_OFFSET 0x0C macro
207 gpdr = readl_relaxed(base + GPDR_OFFSET); in __gpio_is_occupied()
275 value = readl_relaxed(base + GPDR_OFFSET); in pxa_gpio_direction_input()
280 writel_relaxed(value, base + GPDR_OFFSET); in pxa_gpio_direction_input()
304 tmp = readl_relaxed(base + GPDR_OFFSET); in pxa_gpio_direction_output()
309 writel_relaxed(tmp, base + GPDR_OFFSET); in pxa_gpio_direction_output()
415 gpdr = readl_relaxed(c->regbase + GPDR_OFFSET); in pxa_gpio_irq_type()
418 writel_relaxed(gpdr | mask, c->regbase + GPDR_OFFSET); in pxa_gpio_irq_type()
420 writel_relaxed(gpdr & ~mask, c->regbase + GPDR_OFFSET); in pxa_gpio_irq_type()
765 c->saved_gpdr = readl_relaxed(c->regbase + GPDR_OFFSET); in pxa_gpio_suspend()
[all …]