TS4900_GPIO_OE
if (reg & TS4900_GPIO_OE)
return regmap_update_bits(priv->regmap, offset, TS4900_GPIO_OE, 0);
if (!(reg & TS4900_GPIO_OE)) {
ret = regmap_write(priv->regmap, offset, TS4900_GPIO_OE |
ret = regmap_write(priv->regmap, offset, TS4900_GPIO_OE);