Home
last modified time | relevance | path

Searched refs:AT91_PIN_PA29 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/siemens/smartweb/
H A Dsmartweb.c102 pin_to_mask(AT91_PIN_PA29), in smartweb_macb_hw_init()
114 pin_to_mask(AT91_PIN_PA29), in smartweb_macb_hw_init()
220 at91_set_gpio_input(AT91_PIN_PA29, 1); in at91_spl_board_init()
224 at91_get_gpio_value(AT91_PIN_PA29) == 0) { in at91_spl_board_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h53 #define AT91_PIN_PA29 (PIN_BASE + 0x00 + 29) macro