Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dmsm_gpio.c23 #define GPIO_OE_MASK (0x1 << 9) macro
39 clrsetbits_le32(reg, GPIO_OE_MASK, GPIO_OE_DISABLE); in msm_gpio_direction_input()
65 clrsetbits_le32(reg, GPIO_OE_MASK, GPIO_OE_ENABLE); in msm_gpio_direction_output()