Home
last modified time | relevance | path

Searched refs:GPIO_PIN_PB (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dpm9263.h190 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PB(30)
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h240 #define GPIO_PIN_PB(x) (GPIO_PIOB_BASE + (x)) macro