Lines Matching refs:edge
73 int edge; in mxs_gpio_set_irq_type() local
84 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type()
86 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type()
90 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type()
93 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type()
96 edge = GPIO_INT_LOW_LEV; in mxs_gpio_set_irq_type()
99 edge = GPIO_INT_HIGH_LEV; in mxs_gpio_set_irq_type()
107 if (edge & GPIO_INT_LEV_MASK) { in mxs_gpio_set_irq_type()
117 if (edge & GPIO_INT_POL_MASK) in mxs_gpio_set_irq_type()
129 u32 bit, val, edge; in mxs_flip_edge() local
136 edge = val & bit; in mxs_flip_edge()
138 if (edge) in mxs_flip_edge()