Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h137 int at91_set_pio_deglitch(unsigned port, unsigned pin, int is_on);
H A Dgpio.h222 at91_set_pio_deglitch((x - PIN_BASE) / 32,(x % 32), y)
/openbmc/u-boot/drivers/gpio/
H A Dat91_gpio.c283 int at91_set_pio_deglitch(unsigned port, unsigned pin, int is_on) in at91_set_pio_deglitch() function