Home
last modified time | relevance | path

Searched refs:AT91_PIN_PC8 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/siemens/smartweb/
H A Dsmartweb.c155 at91_set_gpio_output(AT91_PIN_PC8, 0); in board_init()
212 at91_set_gpio_output(AT91_PIN_PC8, 1); in at91_spl_board_init()
/openbmc/u-boot/include/configs/
H A Dsnapper9g45.h45 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
H A Dat91sam9m10g45ek.h62 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
H A Dcorvus.h74 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h98 #define AT91_PIN_PC8 (PIN_BASE + 0x40 + 8) macro