Home
last modified time | relevance | path

Searched refs:GPIO_OE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dmsm_gpio.c22 #define GPIO_OE_ENABLE (0x1 << 9) macro
65 clrsetbits_le32(reg, GPIO_OE_MASK, GPIO_OE_ENABLE); in msm_gpio_direction_output()
81 if (readl(priv->base + GPIO_CONFIG_OFF(offset)) & GPIO_OE_ENABLE) in msm_gpio_get_function()
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dgpio.h26 #define GPIO_OE_ENABLE(x) (1 << x) macro
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c536 temp = temp & ~(GPIO_OE_ENABLE(7)); in enable_vtt_regulator()