Searched refs:GPDR_OFFSET (Results 1 – 1 of 1) sorted by relevance
50 #define GPDR_OFFSET 0x0C macro 201 gpdr = readl_relaxed(base + GPDR_OFFSET); in __gpio_is_occupied() 270 value = readl_relaxed(base + GPDR_OFFSET); in pxa_gpio_direction_input() 275 writel_relaxed(value, base + GPDR_OFFSET); in pxa_gpio_direction_input() 299 tmp = readl_relaxed(base + GPDR_OFFSET); in pxa_gpio_direction_output() 304 writel_relaxed(tmp, base + GPDR_OFFSET); in pxa_gpio_direction_output() 412 gpdr = readl_relaxed(c->regbase + GPDR_OFFSET); in pxa_gpio_irq_type() 415 writel_relaxed(gpdr | mask, c->regbase + GPDR_OFFSET); in pxa_gpio_irq_type() 417 writel_relaxed(gpdr & ~mask, c->regbase + GPDR_OFFSET); in pxa_gpio_irq_type() 761 c->saved_gpdr = readl_relaxed(c->regbase + GPDR_OFFSET); in pxa_gpio_suspend() [all...]