Home
last modified time | relevance | path

Searched refs:GPIO_PIN_PA (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/configs/
H A Dusb_a9263.h64 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22)
H A Dmeesc.h91 # define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22)
H A Dpm9261.h176 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(16)
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h238 #define GPIO_PIN_PA(x) (GPIO_PIOA_BASE + (x)) macro