Searched refs:at91_set_pio_periph (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | ethernut5.h | 128 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 D | at91_pio.h | 136 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup);
|
| H A D | gpio.h | 217 at91_set_pio_periph((x - PIN_BASE) / 32,(x % 32), y)
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | at91_gpio.c | 72 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_periph() function
|