Searched refs:GPIO_OE_ENABLE (Results 1 – 3 of 3) sorted by relevance
22 #define GPIO_OE_ENABLE (0x1 << 9) macro65 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()
26 #define GPIO_OE_ENABLE(x) (1 << x) macro
523 temp = temp & ~(GPIO_OE_ENABLE(7)); in enable_vtt_regulator()