Home
last modified time | relevance | path

Searched refs:at91_get_gpio_value (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/board/siemens/taurus/
Dtaurus.c97 if ((at91_get_gpio_value(AT91_PIN_PA26) == 0) && in at91_is_recovery()
98 (at91_get_gpio_value(AT91_PIN_PA27) == 0)) in at91_is_recovery()
106 if (at91_get_gpio_value(AT91_PIN_PA31) == 0) in at91_is_recovery()
/external/u-boot/board/siemens/smartweb/
Dsmartweb.c223 if (at91_get_gpio_value(AT91_PIN_PA28) == 0 && in at91_spl_board_init()
224 at91_get_gpio_value(AT91_PIN_PA29) == 0) { in at91_spl_board_init()
/external/u-boot/include/configs/
Dsnapper9260.h98 #define I2C_READ at91_get_gpio_value(AT91_PIN_PA23);
/external/u-boot/doc/
DREADME.atmel_mci63 return !at91_get_gpio_value(CONFIG_SYS_MMC_CD_PIN);
/external/u-boot/board/siemens/corvus/
Dboard.c119 if (at91_get_gpio_value(AT91_PIN_PB7) == 0) { in spl_board_init()
/external/u-boot/arch/arm/mach-at91/include/mach/
Dgpio.h231 #define at91_get_gpio_value(x) \ macro
/external/u-boot/drivers/mtd/nand/
Datmel_nand.c1236 return at91_get_gpio_value(CONFIG_SYS_NAND_READY_PIN); in at91_nand_ready()