Searched refs:TEGRA186_GPIO_ENABLE_CONFIG_OUT (Results 1 – 3 of 3) sorted by relevance
60 rval |= TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_set_out()62 rval &= ~TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_set_out()109 if (rval & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_value()132 if (rval & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_function()
15 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro
43 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro216 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_direction()239 value &= ~TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_input()266 value |= TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_output()353 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get()