Home
last modified time | relevance | path

Searched defs:GPIO_OE_ENABLE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dgpio.h28 #define GPIO_OE_ENABLE(x) (1 << x) macro
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dmsm_gpio.c23 #define GPIO_OE_ENABLE (0x1 << 9) macro