Searched refs:GPIO_ISR (Results 1 – 2 of 2) sorted by relevance
126 #define GPIO_ISR (mxc_gpio_hwdata->isr_reg) macro230 writel(1 << gpio_idx, port->base + GPIO_ISR); in gpio_set_irq_type()284 irq_stat = readl(port->base + GPIO_ISR) & readl(port->base + GPIO_IMR); in mx3_gpio_irq_handler()306 irq_stat = readl(port->base + GPIO_ISR) & irq_msk; in mx2_gpio_irq_handler()363 ct->regs.ack = GPIO_ISR; in mxc_gpio_init_gc()458 writel(~0, port->base + GPIO_ISR); in mxc_gpio_probe()
20 #define GPIO_ISR(gpio) (0x03 << (gpio)->reg_shift) macro208 err = adnp_read(adnp, GPIO_ISR(adnp) + i, &isr); in adnp_gpio_dbg_show()295 err = adnp_read(adnp, GPIO_ISR(adnp) + i, &isr); in adnp_irq()