Home
last modified time | relevance | path

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

/u-boot/board/siemens/taurus/
A Dtaurus.c100 if ((at91_get_gpio_value(AT91_PIN_PA26) == 0) && in at91_is_recovery()
101 (at91_get_gpio_value(AT91_PIN_PA27) == 0)) in at91_is_recovery()
109 if (at91_get_gpio_value(AT91_PIN_PA31) == 0) in at91_is_recovery()
/u-boot/board/siemens/smartweb/
A Dsmartweb.c226 if (at91_get_gpio_value(AT91_PIN_PA28) == 0 && in at91_spl_board_init()
227 at91_get_gpio_value(AT91_PIN_PA29) == 0) { in at91_spl_board_init()
/u-boot/include/configs/
A Dsnapper9260.h91 #define I2C_READ at91_get_gpio_value(AT91_PIN_PA23);
/u-boot/board/siemens/corvus/
A Dboard.c122 if (at91_get_gpio_value(AT91_PIN_PB7) == 0) { in spl_board_init()
/u-boot/doc/
A DREADME.atmel_mci63 return !at91_get_gpio_value(CONFIG_SYS_MMC_CD_PIN);
/u-boot/arch/arm/mach-at91/include/mach/
A Dgpio.h231 #define at91_get_gpio_value(x) \ macro
/u-boot/drivers/mtd/nand/raw/
A Datmel_nand.c1252 return at91_get_gpio_value(CONFIG_SYS_NAND_READY_PIN); in at91_nand_ready()

Completed in 22 milliseconds