Searched refs:GPIO_ISR (Results 1 – 2 of 2) sorted by relevance
131 #define GPIO_ISR (port->hwdata->isr_reg) macro222 writel(1 << gpio_idx, port->base + GPIO_ISR); in gpio_set_irq_type()283 irq_stat = readl(port->base + GPIO_ISR) & readl(port->base + GPIO_IMR); in mx3_gpio_irq_handler()305 irq_stat = readl(port->base + GPIO_ISR) & irq_msk; in mx2_gpio_irq_handler()364 ct->regs.ack = GPIO_ISR; in mxc_gpio_init_gc()464 writel(~0, port->base + GPIO_ISR); in mxc_gpio_probe()
20 #define GPIO_ISR(gpio) (0x03 << (gpio)->reg_shift) macro196 err = adnp_read(adnp, GPIO_ISR(adnp) + i, &isr); in adnp_gpio_dbg_show()245 err = adnp_read(adnp, GPIO_ISR(adnp) + i, &isr); in adnp_irq()
Completed in 8 milliseconds