]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/include/mach/gpio.h
board: laird: add WB45N CPU module
[u-boot] / arch / arm / mach-at91 / include / mach / gpio.h
index df0f71975ad85833e4cf2abbe171bf41b432a78f..e2063167359cc485a902a3baa2226918bd10323e 100644 (file)
@@ -219,6 +219,8 @@ static inline unsigned pin_to_mask(unsigned pin)
        at91_set_a_periph((x - PIN_BASE) / 32,(x % 32), y)
 #define at91_set_B_periph(x, y) \
        at91_set_b_periph((x - PIN_BASE) / 32,(x % 32), y)
+#define at91_set_gpio_deglitch(x, y) \
+       at91_set_pio_deglitch((x - PIN_BASE) / 32,(x % 32), y)
 #define at91_set_gpio_output(x, y) \
        at91_set_pio_output((x - PIN_BASE) / 32,(x % 32), y)
 #define at91_set_gpio_input(x, y) \