Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dtegra186_gpio.c63 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()
H A Dtegra186_gpio_priv.h16 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-tegra186.c28 #define TEGRA186_GPIO_ENABLE_CONFIG_OUT BIT(1) macro
135 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get_direction()
158 value &= ~TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_input()
185 value |= TEGRA186_GPIO_ENABLE_CONFIG_OUT; in tegra186_gpio_direction_output()
202 if (value & TEGRA186_GPIO_ENABLE_CONFIG_OUT) in tegra186_gpio_get()