Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dethernut5.h128 at91_set_pio_periph(AT91_PIO_PORTA, 23, 0); \
130 at91_set_pio_periph(AT91_PIO_PORTA, 24, 0); \
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h136 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup);
H A Dgpio.h217 at91_set_pio_periph((x - PIN_BASE) / 32,(x % 32), y)
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dat91_gpio.c72 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_periph() function