Searched refs:GPIO_INT_CLR (Results 1 – 2 of 2) sorted by relevance
39 #define GPIO_INT_CLR 0x30 macro63 __raw_writel(1 << (gpio % 32), base + GPIO_INT_CLR); in gpio_ack_irq()217 __raw_writel(~0x0, GPIO_BASE(i) + GPIO_INT_CLR); in gemini_gpio_init()
48 #define GPIO_INT_CLR(x) (GPIO_REG(x) + 0x70) macro184 tegra_gpio_writel(1 << GPIO_BIT(gpio), GPIO_INT_CLR(gpio)); in tegra_gpio_irq_ack()286 tegra_gpio_writel(1 << pin, GPIO_INT_CLR(gpio)); in tegra_gpio_irq_handler()