Home
last modified time | relevance | path

Searched refs:GPIO_PIN_PD (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/configs/
Dpm9g45.h52 #define CONFIG_RED_LED GPIO_PIN_PD(31) /* this is the user1 led */
53 #define CONFIG_GREEN_LED GPIO_PIN_PD(0) /* this is the user2 led */
83 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(3)
Dat91sam9n12ek.h60 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(4)
61 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(5)
Dusb_a9263.h58 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(15)
Dmeesc.h86 # define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(15)
Dpm9263.h193 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(15)
/external/u-boot/arch/arm/mach-at91/include/mach/
Dgpio.h242 #define GPIO_PIN_PD(x) (GPIO_PIOD_BASE + (x)) macro