Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/siemens/corvus/
H A Dboard.c108 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1); in spl_board_init()
109 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1); in spl_board_init()
110 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in spl_board_init()
111 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1); in spl_board_init()
112 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in spl_board_init()
205 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in corvus_macb_hw_init()
206 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0); in corvus_macb_hw_init()
207 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0); in corvus_macb_hw_init()
212 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in corvus_macb_hw_init()
213 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in corvus_macb_hw_init()
[all …]
/OK3568_Linux_fs/u-boot/board/siemens/taurus/
H A Dtaurus.c238 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 0); in taurus_macb_hw_init()
239 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in taurus_macb_hw_init()
240 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 0); in taurus_macb_hw_init()
241 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 0); in taurus_macb_hw_init()
242 at91_set_pio_pullup(AT91_PIO_PORTA, 26, 0); in taurus_macb_hw_init()
243 at91_set_pio_pullup(AT91_PIO_PORTA, 28, 0); in taurus_macb_hw_init()
252 at91_set_pio_pullup(AT91_PIO_PORTA, 14, 1); in taurus_macb_hw_init()
253 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in taurus_macb_hw_init()
254 at91_set_pio_pullup(AT91_PIO_PORTA, 17, 1); in taurus_macb_hw_init()
255 at91_set_pio_pullup(AT91_PIO_PORTA, 25, 1); in taurus_macb_hw_init()
[all …]
/OK3568_Linux_fs/u-boot/board/ronetix/pm9g45/
H A Dpm9g45.c98 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 0); in pm9g45_macb_hw_init()
99 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 0); in pm9g45_macb_hw_init()
100 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 0); in pm9g45_macb_hw_init()
103 at91_set_pio_pullup(AT91_PIO_PORTA, 15, 1); in pm9g45_macb_hw_init()
104 at91_set_pio_pullup(AT91_PIO_PORTA, 12, 1); in pm9g45_macb_hw_init()
105 at91_set_pio_pullup(AT91_PIO_PORTA, 13, 1); in pm9g45_macb_hw_init()
/OK3568_Linux_fs/u-boot/board/ronetix/pm9263/
H A Dpm9263.c99 at91_set_pio_pullup(AT91_PIO_PORTC, 25, 0); in pm9263_macb_hw_init()
100 at91_set_pio_pullup(AT91_PIO_PORTE, 25, 0); in pm9263_macb_hw_init()
101 at91_set_pio_pullup(AT91_PIO_PORTE, 26, 0); in pm9263_macb_hw_init()
104 at91_set_pio_pullup(AT91_PIO_PORTC, 25, 1); in pm9263_macb_hw_init()
105 at91_set_pio_pullup(AT91_PIO_PORTE, 25, 1); in pm9263_macb_hw_init()
106 at91_set_pio_pullup(AT91_PIO_PORTE, 26, 1); in pm9263_macb_hw_init()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H 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()
/OK3568_Linux_fs/u-boot/board/atmel/at91sam9m10g45ek/
H A Dat91sam9m10g45ek.c84 at91_set_pio_pullup(AT91_PIO_PORTD, 7, 1); in at91_spl_board_init()
85 at91_set_pio_pullup(AT91_PIO_PORTD, 8, 1); in at91_spl_board_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h137 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup);