Home
last modified time | relevance | path

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

/u-boot/board/siemens/corvus/
A Dboard.c110 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1); in spl_board_init()
111 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1); in spl_board_init()
112 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in spl_board_init()
113 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1); in spl_board_init()
114 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in spl_board_init()
207 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in corvus_macb_hw_init()
208 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0); in corvus_macb_hw_init()
209 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0); in corvus_macb_hw_init()
214 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in corvus_macb_hw_init()
215 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in corvus_macb_hw_init()
[all …]
/u-boot/board/siemens/taurus/
A Dtaurus.c240 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 0); in taurus_macb_hw_init()
241 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in taurus_macb_hw_init()
242 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 0); in taurus_macb_hw_init()
243 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 0); in taurus_macb_hw_init()
244 at91_set_pio_pullup(AT91_PIO_PORTA, 26, 0); in taurus_macb_hw_init()
245 at91_set_pio_pullup(AT91_PIO_PORTA, 28, 0); in taurus_macb_hw_init()
254 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 1); in taurus_macb_hw_init()
255 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in taurus_macb_hw_init()
256 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 1); in taurus_macb_hw_init()
257 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 1); in taurus_macb_hw_init()
[all …]
/u-boot/board/ronetix/pm9g45/
A Dpm9g45.c99 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in pm9g45_macb_hw_init()
100 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0); in pm9g45_macb_hw_init()
101 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0); in pm9g45_macb_hw_init()
104 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in pm9g45_macb_hw_init()
105 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in pm9g45_macb_hw_init()
106 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1); in pm9g45_macb_hw_init()
/u-boot/board/ronetix/pm9263/
A 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()
/u-boot/drivers/gpio/
A Dat91_gpio.c59 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_pullup() function
80 at91_set_pio_pullup(port, pin, use_pullup); in at91_set_pio_periph()
98 at91_set_pio_pullup(port, pin, use_pullup); in at91_set_a_periph()
117 at91_set_pio_pullup(port, pin, use_pullup); in at91_set_b_periph()
136 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_a_periph()
159 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_b_periph()
181 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_c_periph()
203 at91_set_pio_pullup(port, pin, use_pullup); in at91_pio3_set_d_periph()
355 at91_set_pio_pullup(port, pin, 0); in at91_pio3_set_pio_pulldown()
/u-boot/board/atmel/at91sam9m10g45ek/
A Dat91sam9m10g45ek.c87 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1); in at91_spl_board_init()
88 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1); in at91_spl_board_init()
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_pio.h136 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup);

Completed in 9 milliseconds