Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
/linux-4.4.14/drivers/pinctrl/samsung/
Dpinctrl-exynos5440.c34 #define GPIO_OE 0x14 macro
576 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()