Home
last modified time | relevance | path

Searched refs:at91_set_pio_pullup (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/board/siemens/corvus/
Dboard.c107 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1); in spl_board_init()
108 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1); in spl_board_init()
109 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in spl_board_init()
110 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1); in spl_board_init()
111 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in spl_board_init()
204 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in corvus_macb_hw_init()
205 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0); in corvus_macb_hw_init()
206 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0); in corvus_macb_hw_init()
211 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in corvus_macb_hw_init()
212 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in corvus_macb_hw_init()
[all …]
/external/u-boot/board/siemens/taurus/
Dtaurus.c237 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 0); in taurus_macb_hw_init()
238 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in taurus_macb_hw_init()
239 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 0); in taurus_macb_hw_init()
240 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 0); in taurus_macb_hw_init()
241 at91_set_pio_pullup(AT91_PIO_PORTA, 26, 0); in taurus_macb_hw_init()
242 at91_set_pio_pullup(AT91_PIO_PORTA, 28, 0); in taurus_macb_hw_init()
251 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 1); in taurus_macb_hw_init()
252 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in taurus_macb_hw_init()
253 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 1); in taurus_macb_hw_init()
254 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 1); in taurus_macb_hw_init()
[all …]
/external/u-boot/board/ronetix/pm9g45/
Dpm9g45.c97 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in pm9g45_macb_hw_init()
98 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0); in pm9g45_macb_hw_init()
99 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0); in pm9g45_macb_hw_init()
102 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in pm9g45_macb_hw_init()
103 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in pm9g45_macb_hw_init()
104 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1); in pm9g45_macb_hw_init()
/external/u-boot/board/ronetix/pm9263/
Dpm9263.c98 at91_set_pio_pullup(AT91_PIO_PORTC, 25, 0); in pm9263_macb_hw_init()
99 at91_set_pio_pullup(AT91_PIO_PORTE, 25, 0); in pm9263_macb_hw_init()
100 at91_set_pio_pullup(AT91_PIO_PORTE, 26, 0); in pm9263_macb_hw_init()
103 at91_set_pio_pullup(AT91_PIO_PORTC, 25, 1); in pm9263_macb_hw_init()
104 at91_set_pio_pullup(AT91_PIO_PORTE, 25, 1); in pm9263_macb_hw_init()
105 at91_set_pio_pullup(AT91_PIO_PORTE, 26, 1); in pm9263_macb_hw_init()
/external/u-boot/drivers/gpio/
Dat91_gpio.c58 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_pullup() function
79 at91_set_pio_pullup(port, pin, use_pullup); in at91_set_pio_periph()
97 at91_set_pio_pullup(port, pin, use_pullup); in at91_set_a_periph()
116 at91_set_pio_pullup(port, pin, use_pullup); in at91_set_b_periph()
135 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_a_periph()
158 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_b_periph()
180 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_c_periph()
202 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_d_periph()
354 at91_set_pio_pullup(port, pin, 0); in at91_pio3_set_pio_pulldown()
/external/u-boot/board/atmel/at91sam9m10g45ek/
Dat91sam9m10g45ek.c83 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1); in at91_spl_board_init()
84 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1); in at91_spl_board_init()
/external/u-boot/arch/arm/mach-at91/include/mach/
Dat91_pio.h136 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup);