Home
last modified time | relevance | path

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

/openbmc/u-boot/board/calao/usb_a9263/
H A Dusb_a9263.c77 gpio_request(GPIO_PIN_PC(25), "PHY mode"); in usb_a9263_macb_hw_init()
78 gpio_direction_input(GPIO_PIN_PC(25)); in usb_a9263_macb_hw_init()
/openbmc/u-boot/include/configs/
H A Dpm9g45.h80 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PC(14)
H A Dethernut5.h67 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PC(14)
H A Dpm9261.h168 #define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PC(14)
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h241 #define GPIO_PIN_PC(x) (GPIO_PIOC_BASE + (x)) macro