Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds