Lines Matching refs:reg_update_bits
820 if (config->reg_update_bits)
821 map->reg_update_bits = config->reg_update_bits;
832 map->reg_update_bits = config->reg_update_bits;
839 map->reg_update_bits = bus->reg_update_bits;
845 map->reg_update_bits = bus->reg_update_bits;
3147 if (regmap_volatile(map, reg) && map->reg_update_bits) {
3149 ret = map->reg_update_bits(map->bus_context, reg, mask, val);