Searched refs:GPIO_OE (Results 1 – 2 of 2) sorted by relevance
42 #define GPIO_OE(x) (GPIO_REG(x) + 0x10) macro140 if ((tegra_gpio_readl(GPIO_OE(offset)) >> GPIO_BIT(offset)) & 1) in tegra_gpio_get()322 tegra_gpio_writel(bank->oe[p], GPIO_OE(gpio)); in tegra_gpio_resume()346 bank->oe[p] = tegra_gpio_readl(GPIO_OE(gpio)); in tegra_gpio_suspend()395 tegra_gpio_readl(GPIO_OE(gpio)), in dbg_gpio_show()
34 #define GPIO_OE 0x14 macro576 data = readl(base + GPIO_OE); in exynos5440_gpio_direction_input()578 writel(data, base + GPIO_OE); in exynos5440_gpio_direction_input()603 data = readl(base + GPIO_OE); in exynos5440_gpio_direction_output()605 writel(data, base + GPIO_OE); in exynos5440_gpio_direction_output()