Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dtegra186_gpio.c34 static uint32_t *tegra186_gpio_reg(struct udevice *dev, uint32_t reg, in tegra186_gpio_reg() function
49 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_OUTPUT_CONTROL, offset); in tegra186_gpio_set_out()
57 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_ENABLE_CONFIG, offset); in tegra186_gpio_set_out()
74 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_OUTPUT_VALUE, offset); in tegra186_gpio_set_val()
106 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_ENABLE_CONFIG, offset); in tegra186_gpio_get_value()
110 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_OUTPUT_VALUE, in tegra186_gpio_get_value()
113 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_INPUT, offset); in tegra186_gpio_get_value()
130 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_ENABLE_CONFIG, offset); in tegra186_gpio_get_function()