Home
last modified time | relevance | path

Searched refs:GPIO_INT_FALL_EDGE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-mxs.c34 #define GPIO_INT_FALL_EDGE 0x0 macro
83 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type()
92 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type()
H A Dgpio-mxc.c135 #define GPIO_INT_FALL_EDGE (port->hwdata->fall_edge) macro
176 edge = GPIO_INT_FALL_EDGE; in gpio_set_irq_type()
/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c35 #define GPIO_INT_FALL_EDGE 0x0 macro