Searched refs:GPIO_INTR_STATUS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-msm-v2.c45 /* Bits of interest in the GPIO_INTR_STATUS register.
61 * - First, INTR_RAW_STATUS_EN controls whether or not the GPIO_INTR_STATUS
119 #define GPIO_INTR_STATUS(gpio) (msm_gpio.msm_tlmm_base + 0x100c + \ macro
230 intstat = readl(GPIO_INTR_STATUS(gpio)) & BIT(INTR_STATUS); msm_gpio_update_dual_edge_pos()
243 writel(BIT(INTR_STATUS), GPIO_INTR_STATUS(gpio)); msm_gpio_irq_ack()
324 if (readl(GPIO_INTR_STATUS(i)) & BIT(INTR_STATUS)) for_each_set_bit()

Completed in 66 milliseconds