REG_GPIO_DAT
return regmap_update_bits(regmap, REG_GPIO_DAT, mask, val ? mask : 0);
err = regmap_read(regmap, REG_GPIO_DAT, &val);