Home
last modified time | relevance | path

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

/external/u-boot/board/siemens/taurus/
Dtaurus.c44 gpio_request(AT91_PIN_PA25, "ena PHY"); in taurus_request_gpio()
218 at91_set_gpio_value(AT91_PIN_PA25, 0); /* reset eth switch */ in siemens_phy_reset()
248 at91_set_gpio_input(AT91_PIN_PA25, 1); /* ERST tri-state */ in taurus_macb_hw_init()
/external/u-boot/board/siemens/smartweb/
Dsmartweb.c99 pin_to_mask(AT91_PIN_PA25) | in smartweb_macb_hw_init()
111 pin_to_mask(AT91_PIN_PA25) | in smartweb_macb_hw_init()
/external/u-boot/arch/arm/mach-at91/include/mach/
Dgpio.h49 #define AT91_PIN_PA25 (PIN_BASE + 0x00 + 25) macro