Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dpm9g45.h55 #define CONFIG_RED_LED GPIO_PIN_PD(31) /* this is the user1 led */
56 #define CONFIG_GREEN_LED GPIO_PIN_PD(0) /* this is the user2 led */
88 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(3)
H A Dat91sam9n12ek.h71 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(4)
72 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(5)
H A Dusb_a9263.h63 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(15)
H A Dmeesc.h90 # define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(15)
H A Dpm9263.h198 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(15)
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h241 #define GPIO_PIN_PD(x) (GPIO_PIOD_BASE + (x)) macro