Home
last modified time | relevance | path

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

/openbmc/u-boot/board/siemens/smartweb/
H A Dsmartweb.c101 pin_to_mask(AT91_PIN_PA28) | in smartweb_macb_hw_init()
113 pin_to_mask(AT91_PIN_PA28) | in smartweb_macb_hw_init()
219 at91_set_gpio_input(AT91_PIN_PA28, 1); in at91_spl_board_init()
223 if (at91_get_gpio_value(AT91_PIN_PA28) == 0 && in at91_spl_board_init()
/openbmc/u-boot/board/laird/wb45n/
H A Dwb45n.c68 at91_set_gpio_output(AT91_PIN_PA28, 0); in wb45n_gpio_hw_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h52 #define AT91_PIN_PA28 (PIN_BASE + 0x00 + 28) macro