Searched refs:at91_get_gpio_value (Results 1 – 7 of 7) sorted by relevance
97 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()
223 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()
98 #define I2C_READ at91_get_gpio_value(AT91_PIN_PA23);
63 return !at91_get_gpio_value(CONFIG_SYS_MMC_CD_PIN);
119 if (at91_get_gpio_value(AT91_PIN_PB7) == 0) { in spl_board_init()
231 #define at91_get_gpio_value(x) \ macro
1236 return at91_get_gpio_value(CONFIG_SYS_NAND_READY_PIN); in at91_nand_ready()