Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpio/
Dgpio-tegra186.c28 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro
135 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_direction()
158 value &= ~TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_input()
185 value |= TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_output()
202 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get()