Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-tegra.c42 #define GPIO_OE(x) (GPIO_REG(x) + 0x10) macro
140 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()
Dgpio-msm-v2.c54 GPIO_OE = 9, enumerator
154 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()
/linux-4.1.27/drivers/pinctrl/samsung/
Dpinctrl-exynos5440.c34 #define GPIO_OE 0x14 macro
588 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()