Searched refs:MV_GPIO_IN_IRQ_DOUBLE_EDGE (Results 1 – 2 of 2) sorted by relevance
425 } else if (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE) in mv_gpio_setup_intrhandler()456 MV_GPIO_IN_IRQ_DOUBLE_EDGE)) in mv_gpio_intr_mask()486 MV_GPIO_IN_IRQ_DOUBLE_EDGE)) in mv_gpio_intr_unmask()511 else if (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE) { in mv_gpio_exec_intr_handlers()769 (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE)) in mv_gpio_debounce()850 } else if (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE) { in mv_gpio_in()
231 #define MV_GPIO_IN_IRQ_DOUBLE_EDGE (8 << 16) macro