Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-mxc/
Dgpio.c43 #define GPIO_INT_LOW_LEV (cpu_is_mx1_mx2() ? 0x3 : 0x0) macro
105 edge = GPIO_INT_LOW_LEV; in gpio_set_irq_type()
114 edge = GPIO_INT_LOW_LEV; in gpio_set_irq_type()
144 edge = GPIO_INT_LOW_LEV; in mxc_flip_edge()
146 } else if (edge == GPIO_INT_LOW_LEV) { in mxc_flip_edge()
/linux-2.6.39/arch/arm/mach-mxs/
Dgpio.c47 #define GPIO_INT_LOW_LEV 0x1 macro
107 edge = GPIO_INT_LOW_LEV; in mxs_gpio_set_irq_type()