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

  /external/u-boot/include/configs/
ethernut5.h 127 at91_set_pio_periph(AT91_PIO_PORTA, 23, 0); \
129 at91_set_pio_periph(AT91_PIO_PORTA, 24, 0); \
  /external/u-boot/arch/arm/mach-at91/include/mach/
at91_pio.h 135 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup);
gpio.h 216 at91_set_pio_periph((x - PIN_BASE) / 32,(x % 32), y)
  /external/u-boot/drivers/gpio/
at91_gpio.c 71 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup) function

Completed in 154 milliseconds