Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-mxs.c36 #define GPIO_INT_RISE_EDGE 0x2 macro
85 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type()
89 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type()
H A Dgpio-mxc.c134 #define GPIO_INT_RISE_EDGE (port->hwdata->rise_edge) macro
173 edge = GPIO_INT_RISE_EDGE; in gpio_set_irq_type()
/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c37 #define GPIO_INT_RISE_EDGE 0x2 macro