Searched refs:INT_GPIO_BASE (Results 1 – 4 of 4) sorted by relevance
34 #define TEGRA_GPIO_TO_IRQ(gpio) (INT_GPIO_BASE + (gpio))35 #define TEGRA_IRQ_TO_GPIO(irq) ((irq) - INT_GPIO_BASE)40 return INT_GPIO_BASE + gpio; in gpio_to_irq()46 if ((irq >= INT_GPIO_BASE) && (irq < INT_GPIO_BASE + INT_GPIO_NR)) in irq_to_gpio()47 return irq - INT_GPIO_BASE; in irq_to_gpio()
171 #define INT_GPIO_BASE (INT_PRI_BASE + INT_MAIN_NR) macro175 #define TEGRA_NR_IRQS (INT_GPIO_BASE + INT_GPIO_NR)
148 int gpio = d->irq - INT_GPIO_BASE; in tegra_gpio_irq_ack()155 int gpio = d->irq - INT_GPIO_BASE; in tegra_gpio_irq_mask()162 int gpio = d->irq - INT_GPIO_BASE; in tegra_gpio_irq_unmask()169 int gpio = d->irq - INT_GPIO_BASE; in tegra_gpio_irq_set_type()342 for (i = INT_GPIO_BASE; i < (INT_GPIO_BASE + TEGRA_NR_GPIOS); i++) { in tegra_gpio_init()
24 #define INT_SYS_NR (INT_GPIO_BASE - INT_PRI_BASE)