Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpio-tegra186.c44 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro
217 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_direction()
240 value &= ~TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_input()
267 value |= TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_output()
354 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get()