Searched defs:GPIO_OE_ENABLE (Results 1 – 2 of 2) sorted by relevance
/u-boot-v2022.01-rc1/arch/arm/include/asm/arch-am33xx/ | ||
A D | gpio.h | 26 #define GPIO_OE_ENABLE(x) (1 << x) macro |
/u-boot-v2022.01-rc1/drivers/gpio/ | ||
A D | msm_gpio.c | 23 #define GPIO_OE_ENABLE (0x1 << 9) macro |
Completed in 7 milliseconds