Searched refs:TEGRA186_GPIO_ENABLE_CONFIG_OUT (Results 1 – 2 of 2) sorted by relevance
63 rval |= TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_set_out()65 rval &= ~TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_set_out()112 if (rval & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_value()135 if (rval & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_function()
16 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro