Searched refs:GPIO_OE (Results 1 – 3 of 3) 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()324 tegra_gpio_writel(bank->oe[p], GPIO_OE(gpio)); in tegra_gpio_resume()348 bank->oe[p] = tegra_gpio_readl(GPIO_OE(gpio)); in tegra_gpio_suspend()560 tegra_gpio_readl(GPIO_OE(gpio)), in dbg_gpio_show()
54 GPIO_OE = 9, enumerator154 clear_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); in msm_gpio_direction_input()167 set_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); in msm_gpio_direction_output()
34 #define GPIO_OE 0x14 macro588 data = readl(base + GPIO_OE); in exynos5440_gpio_direction_input()590 writel(data, base + GPIO_OE); in exynos5440_gpio_direction_input()615 data = readl(base + GPIO_OE); in exynos5440_gpio_direction_output()617 writel(data, base + GPIO_OE); in exynos5440_gpio_direction_output()