Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
Dgpio-tegra186.c32 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro
144 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_direction()
167 value &= ~TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_input()
194 value |= TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_output()
281 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get()