HomeSort by relevance Sort by last modified time
    Searched refs:at91_set_pio_multi_drive (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/configs/
snapper9260.h 92 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 1); \
93 at91_set_pio_multi_drive(AT91_PIO_PORTA, 24, 1); \
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/
at91sam9260_devices.c 164 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 0);
165 at91_set_pio_multi_drive(AT91_PIO_PORTA, 24, 0);
  /external/u-boot/arch/arm/mach-at91/include/mach/
at91_pio.h 133 int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on);
  /external/u-boot/drivers/gpio/
at91_gpio.c 397 int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on) function

Completed in 61 milliseconds