Searched refs:MV_GPIO_IN_IRQ_DOUBLE_EDGE (Results 1 – 2 of 2) sorted by relevance
430 } else if (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE) in mv_gpio_setup_intrhandler()461 MV_GPIO_IN_IRQ_DOUBLE_EDGE)) in mv_gpio_intr_mask()491 MV_GPIO_IN_IRQ_DOUBLE_EDGE)) in mv_gpio_intr_unmask()516 else if (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE) { in mv_gpio_exec_intr_handlers()774 (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE)) in mv_gpio_debounce()855 } else if (sc->gpio_setup[pin].gp_flags & MV_GPIO_IN_IRQ_DOUBLE_EDGE) { in mv_gpio_in()
306 #define MV_GPIO_IN_IRQ_DOUBLE_EDGE (8 << 16) macro