Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dtegra186_gpio_priv.h32 #define TEGRA186_GPIO_OUTPUT_CONTROL 0x0c macro
H A Dtegra186_gpio.c52 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_OUTPUT_CONTROL, offset); in tegra186_gpio_set_out()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-tegra186.c44 #define TEGRA186_GPIO_OUTPUT_CONTROL 0x0c macro
152 value = readl(base + TEGRA186_GPIO_OUTPUT_CONTROL); in tegra186_gpio_direction_input()
154 writel(value, base + TEGRA186_GPIO_OUTPUT_CONTROL); in tegra186_gpio_direction_input()
179 value = readl(base + TEGRA186_GPIO_OUTPUT_CONTROL); in tegra186_gpio_direction_output()
181 writel(value, base + TEGRA186_GPIO_OUTPUT_CONTROL); in tegra186_gpio_direction_output()