Searched refs:GPIO_OE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-tegra.c42 #define GPIO_OE(x) (GPIO_REG(x) + 0x10) macro
140 if ((tegra_gpio_readl(GPIO_OE(offset)) >> GPIO_BIT(offset)) & 1) tegra_gpio_get()
324 tegra_gpio_writel(bank->oe[p], GPIO_OE(gpio)); tegra_gpio_resume()
348 bank->oe[p] = tegra_gpio_readl(GPIO_OE(gpio)); tegra_gpio_suspend()
560 tegra_gpio_readl(GPIO_OE(gpio)), dbg_gpio_show()
H A Dgpio-msm-v2.c54 GPIO_OE = 9, enumerator in enum:__anon3932
154 clear_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); msm_gpio_direction_input()
167 set_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); msm_gpio_direction_output()
/linux-4.1.27/drivers/pinctrl/samsung/
H A Dpinctrl-exynos5440.c34 #define GPIO_OE 0x14 macro
588 data = readl(base + GPIO_OE); exynos5440_gpio_direction_input()
590 writel(data, base + GPIO_OE); exynos5440_gpio_direction_input()
615 data = readl(base + GPIO_OE); exynos5440_gpio_direction_output()
617 writel(data, base + GPIO_OE); exynos5440_gpio_direction_output()

Completed in 290 milliseconds