Searched refs:at91_set_pio_pullup (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/board/siemens/corvus/ |
D | board.c | 107 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/ |
D | taurus.c | 237 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/ |
D | pm9g45.c | 97 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/ |
D | pm9263.c | 98 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/ |
D | at91_gpio.c | 58 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/ |
D | at91sam9m10g45ek.c | 83 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/ |
D | at91_pio.h | 136 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup);
|