Searched refs:GPIO_ISR (Results 1 – 2 of 2) sorted by relevance
118 #define GPIO_ISR (port->hwdata->isr_reg) macro205 writel(1 << gpio_idx, port->base + GPIO_ISR); in gpio_set_irq_type()259 irq_stat = readl(port->base + GPIO_ISR) & readl(port->base + GPIO_IMR); in mx3_gpio_irq_handler()281 irq_stat = readl(port->base + GPIO_ISR) & irq_msk; in mx2_gpio_irq_handler()338 ct->regs.ack = GPIO_ISR; in mxc_gpio_init_gc()405 writel(~0, port->base + GPIO_ISR); in mxc_gpio_probe()
18 #define GPIO_ISR(gpio) (0x03 << (gpio)->reg_shift) macro206 err = adnp_read(adnp, GPIO_ISR(adnp) + i, &isr); in adnp_gpio_dbg_show()263 err = adnp_read(adnp, GPIO_ISR(adnp) + i, &isr); in adnp_irq()