Searched refs:TEGRA186_GPIO_ENABLE_CONFIG (Results 1 – 3 of 3) sorted by relevance
26 #define TEGRA186_GPIO_ENABLE_CONFIG 0x00 macro134 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_get_direction()156 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_input()159 writel(value, base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_input()183 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_output()186 writel(value, base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_output()201 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_get()259 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_set_config()261 writel(value, base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_set_config()366 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_irq_mask()[all …]
60 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_ENABLE_CONFIG, offset); in tegra186_gpio_set_out()109 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_ENABLE_CONFIG, offset); in tegra186_gpio_get_value()133 reg = tegra186_gpio_reg(dev, TEGRA186_GPIO_ENABLE_CONFIG, offset); in tegra186_gpio_get_function()
14 #define TEGRA186_GPIO_ENABLE_CONFIG 0x00 macro