Searched refs:TEGRA186_GPIO_ENABLE_CONFIG (Results 1 – 1 of 1) sorted by relevance
18 #define TEGRA186_GPIO_ENABLE_CONFIG 0x00 macro111 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_get_direction()133 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_input()136 writel(value, base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_input()160 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_output()163 writel(value, base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_direction_output()178 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_gpio_get()259 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_irq_mask()261 writel(value, base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_irq_mask()274 value = readl(base + TEGRA186_GPIO_ENABLE_CONFIG); in tegra186_irq_unmask()[all …]