Home
last modified time | relevance | path

Searched refs:at91_set_pio_periph (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dethernut5.h120 at91_set_pio_periph(AT91_PIO_PORTA, 23, 0); \
122 at91_set_pio_periph(AT91_PIO_PORTA, 24, 0); \
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h135 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup);
H A Dgpio.h216 at91_set_pio_periph((x - PIN_BASE) / 32,(x % 32), y)
/openbmc/u-boot/drivers/gpio/
H A Dat91_gpio.c71 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_periph() function