Home
last modified time | relevance | path

Searched refs:at91_set_pio_multi_drive (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/configs/
Dsnapper9260.h89 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 1); \
90 at91_set_pio_multi_drive(AT91_PIO_PORTA, 24, 1); \
Dethernut5.h117 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 1); \
120 at91_set_pio_multi_drive(AT91_PIO_PORTA, 24, 1); \
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/arm926ejs/
Dat91sam9260_devices.c164 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()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/include/mach/
Dat91_pio.h133 int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on);
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dat91_gpio.c397 int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on) in at91_set_pio_multi_drive() function