Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/siemens/smartweb/
H A Dsmartweb.c45 gpio_request(AT91_PIN_PA26, "ena PHY"); in smartweb_request_gpio()
84 at91_set_gpio_output(AT91_PIN_PA26, 0); in smartweb_macb_hw_init()
101 pin_to_mask(AT91_PIN_PA26) | in smartweb_macb_hw_init()
113 pin_to_mask(AT91_PIN_PA26) | in smartweb_macb_hw_init()
/OK3568_Linux_fs/u-boot/board/siemens/taurus/
H A Dtaurus.c98 if ((at91_get_gpio_value(AT91_PIN_PA26) == 0) && in at91_is_recovery()
129 at91_set_gpio_input(AT91_PIN_PA26, 1); in spl_board_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h51 #define AT91_PIN_PA26 (PIN_BASE + 0x00 + 26) macro