Home
last modified time | relevance | path

Searched refs:TEGRA186_GPIO_OUTPUT_CONTROL_FLOATED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-tegra186.c45 #define TEGRA186_GPIO_OUTPUT_CONTROL_FLOATED BIT(0) macro
153 value |= TEGRA186_GPIO_OUTPUT_CONTROL_FLOATED; in tegra186_gpio_direction_input()
180 value &= ~TEGRA186_GPIO_OUTPUT_CONTROL_FLOATED; in tegra186_gpio_direction_output()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tegra186.c67 #define TEGRA186_GPIO_OUTPUT_CONTROL_FLOATED BIT(0) macro
232 value |= TEGRA186_GPIO_OUTPUT_CONTROL_FLOATED; in tegra186_gpio_direction_input()
259 value &= ~TEGRA186_GPIO_OUTPUT_CONTROL_FLOATED; in tegra186_gpio_direction_output()

Completed in 4 milliseconds