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

  /external/u-boot/board/siemens/corvus/
board.c 107 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1);
108 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1);
109 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1);
110 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1);
111 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1);
204 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0);
205 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0);
206 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0);
211 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1);
212 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1)
    [all...]
  /external/u-boot/board/ronetix/pm9g45/
pm9g45.c 97 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0);
98 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0);
99 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0);
102 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1);
103 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1);
104 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1);
  /external/u-boot/board/siemens/taurus/
taurus.c 237 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 0);
238 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0);
239 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 0);
240 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 0);
241 at91_set_pio_pullup(AT91_PIO_PORTA, 26, 0);
242 at91_set_pio_pullup(AT91_PIO_PORTA, 28, 0);
251 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 1);
252 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1);
253 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 1);
254 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 1)
    [all...]
  /external/u-boot/board/ronetix/pm9263/
pm9263.c 98 at91_set_pio_pullup(AT91_PIO_PORTC, 25, 0);
99 at91_set_pio_pullup(AT91_PIO_PORTE, 25, 0);
100 at91_set_pio_pullup(AT91_PIO_PORTE, 26, 0);
103 at91_set_pio_pullup(AT91_PIO_PORTC, 25, 1);
104 at91_set_pio_pullup(AT91_PIO_PORTE, 25, 1);
105 at91_set_pio_pullup(AT91_PIO_PORTE, 26, 1);
  /external/u-boot/drivers/gpio/
at91_gpio.c 58 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) function
79 at91_set_pio_pullup(port, pin, use_pullup);
97 at91_set_pio_pullup(port, pin, use_pullup);
116 at91_set_pio_pullup(port, pin, use_pullup);
135 at91_set_pio_pullup(port, pin, use_pullup);
158 at91_set_pio_pullup(port, pin, use_pullup);
180 at91_set_pio_pullup(port, pin, use_pullup);
202 at91_set_pio_pullup(port, pin, use_pullup);
354 at91_set_pio_pullup(port, pin, 0);
  /external/u-boot/board/atmel/at91sam9m10g45ek/
at91sam9m10g45ek.c 83 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1);
84 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1);
  /external/u-boot/arch/arm/mach-at91/include/mach/
at91_pio.h 136 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup);

Completed in 104 milliseconds