Searched refs:GPIO_INTR_CFG (Results 1 – 1 of 1) sorted by relevance
117 #define GPIO_INTR_CFG(gpio) (msm_gpio.msm_tlmm_base + 0x1008 + \ macro226 clear_gpio_bits(BIT(INTR_POL_CTL), GPIO_INTR_CFG(gpio)); in msm_gpio_update_dual_edge_pos()228 set_gpio_bits(BIT(INTR_POL_CTL), GPIO_INTR_CFG(gpio)); in msm_gpio_update_dual_edge_pos()255 clear_gpio_bits(BIT(INTR_RAW_STATUS_EN) | BIT(INTR_ENABLE), GPIO_INTR_CFG(gpio)); in msm_gpio_irq_mask()267 set_gpio_bits(BIT(INTR_RAW_STATUS_EN) | BIT(INTR_ENABLE), GPIO_INTR_CFG(gpio)); in msm_gpio_irq_unmask()280 bits = readl(GPIO_INTR_CFG(gpio)); in msm_gpio_irq_set_type()300 writel(bits, GPIO_INTR_CFG(gpio)); in msm_gpio_irq_set_type()