Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
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()
/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dgpio.h26 #define GPIO_OE_ENABLE(x) (1 << x) macro
/external/u-boot/board/ti/am43xx/
Dboard.c523 temp = temp & ~(GPIO_OE_ENABLE(7)); in enable_vtt_regulator()