Searched refs:TEGRA186_GPIO_ENABLE_CONFIG (Results 1 – 1 of 1) 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()362 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_irq_mask()[all …]