regmap_field_update_bits_base
EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
int regmap_field_update_bits_base(struct regmap_field *field,
return regmap_field_update_bits_base(field, ~0, val,
return regmap_field_update_bits_base(field, ~0, val, NULL, false, true);
return regmap_field_update_bits_base(field, mask, val,
return regmap_field_update_bits_base(field, bits, bits, NULL, false,
return regmap_field_update_bits_base(field, bits, 0, NULL, false,
return regmap_field_update_bits_base(field, mask, val,