Searched refs:at91_set_pio_multi_drive (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/configs/ |
D | snapper9260.h | 92 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 1); \ 93 at91_set_pio_multi_drive(AT91_PIO_PORTA, 24, 1); \
|
D | ethernut5.h | 128 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 1); \ 131 at91_set_pio_multi_drive(AT91_PIO_PORTA, 24, 1); \
|
/external/u-boot/arch/arm/mach-at91/arm926ejs/ |
D | at91sam9260_devices.c | 164 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 0); in at91_macb_hw_init() 165 at91_set_pio_multi_drive(AT91_PIO_PORTA, 24, 0); in at91_macb_hw_init()
|
/external/u-boot/arch/arm/mach-at91/include/mach/ |
D | at91_pio.h | 133 int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on);
|
/external/u-boot/drivers/gpio/ |
D | at91_gpio.c | 397 int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on) in at91_set_pio_multi_drive() function
|