Searched refs:GPIO_INT_STATUS (Results 1 – 3 of 3) sorted by relevance
34 #define GPIO_INT_STATUS 0x40 macro90 isr = readl(bank->regbase + GPIO_INT_STATUS); in generic_gpio_handle_irq()
39 #define GPIO_INT_STATUS 0x50 macro95 isr = readl(bank->regbase + GPIO_INT_STATUS); in generic_gpio_handle_irq()
25 #define GPIO_INT_STATUS(bank) (0x00000080 + ((bank) << 2)) macro