Searched refs:at91_set_pio_periph (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/configs/ |
A D | ethernut5.h | 111 at91_set_pio_periph(AT91_PIO_PORTA, 23, 0); \ 113 at91_set_pio_periph(AT91_PIO_PORTA, 24, 0); \
|
/u-boot/arch/arm/mach-at91/include/mach/ |
A D | at91_pio.h | 135 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup);
|
A D | gpio.h | 216 at91_set_pio_periph((x - PIN_BASE) / 32,(x % 32), y)
|
/u-boot/drivers/gpio/ |
A D | at91_gpio.c | 72 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_periph() function
|
Completed in 7 milliseconds