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

/linux-4.1.27/drivers/gpio/
H A Dgpio-msm-v2.c61 * - First, INTR_RAW_STATUS_EN controls whether or not the GPIO_INTR_STATUS
66 * If INTR_ENABLE is set and INTR_RAW_STATUS_EN is NOT set, an interrupt
73 INTR_RAW_STATUS_EN = 3, enumerator in enum:__anon3933
255 clear_gpio_bits(BIT(INTR_RAW_STATUS_EN) | BIT(INTR_ENABLE), GPIO_INTR_CFG(gpio)); msm_gpio_irq_mask()
267 set_gpio_bits(BIT(INTR_RAW_STATUS_EN) | BIT(INTR_ENABLE), GPIO_INTR_CFG(gpio)); msm_gpio_irq_unmask()

Completed in 36 milliseconds