REG_GPIO_DIR
return regmap_update_bits(regmap, REG_GPIO_DIR, mask, 0);
return regmap_update_bits(regmap, REG_GPIO_DIR, mask, mask);