Home
last modified time | relevance | path

Searched refs:AT91_PIN_PA26 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/siemens/smartweb/
Dsmartweb.c44 gpio_request(AT91_PIN_PA26, "ena PHY"); in smartweb_request_gpio()
83 at91_set_gpio_output(AT91_PIN_PA26, 0); in smartweb_macb_hw_init()
100 pin_to_mask(AT91_PIN_PA26) | in smartweb_macb_hw_init()
112 pin_to_mask(AT91_PIN_PA26) | in smartweb_macb_hw_init()
/external/u-boot/board/siemens/taurus/
Dtaurus.c97 if ((at91_get_gpio_value(AT91_PIN_PA26) == 0) && in at91_is_recovery()
128 at91_set_gpio_input(AT91_PIN_PA26, 1); in spl_board_init()
/external/u-boot/arch/arm/mach-at91/include/mach/
Dgpio.h50 #define AT91_PIN_PA26 (PIN_BASE + 0x00 + 26) macro