Home
last modified time | relevance | path

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

/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()
99 (at91_get_gpio_value(AT91_PIN_PA27) == 0)) in at91_is_recovery()
107 if (at91_get_gpio_value(AT91_PIN_PA31) == 0) in at91_is_recovery()
/OK3568_Linux_fs/u-boot/board/siemens/smartweb/
H A Dsmartweb.c224 if (at91_get_gpio_value(AT91_PIN_PA28) == 0 && in at91_spl_board_init()
225 at91_get_gpio_value(AT91_PIN_PA29) == 0) { in at91_spl_board_init()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsnapper9260.h100 #define I2C_READ at91_get_gpio_value(AT91_PIN_PA23);
/OK3568_Linux_fs/u-boot/board/siemens/corvus/
H A Dboard.c120 if (at91_get_gpio_value(AT91_PIN_PB7) == 0) { in spl_board_init()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.atmel_mci63 return !at91_get_gpio_value(CONFIG_SYS_MMC_CD_PIN);
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h230 #define at91_get_gpio_value(x) \ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c1237 return at91_get_gpio_value(CONFIG_SYS_NAND_READY_PIN); in at91_nand_ready()