Home
last modified time | relevance | path

Searched refs:GPIO_INT_POL_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c40 #define GPIO_INT_POL_MASK (1 << 1) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-mxs.c39 #define GPIO_INT_POL_MASK (1 << 1) macro
116 if (edge & GPIO_INT_POL_MASK) in mxs_gpio_set_irq_type()