Lines Matching defs:count
28 int count;
36 for (count = 0, i = 0; i < map->num_reg_defaults_raw; i++)
39 count++;
42 if (!count) {
47 map->num_reg_defaults = count;
48 map->reg_defaults = kmalloc_array(count, sizeof(struct reg_default),
766 int ret, count;
771 count = (cur - base) / map->reg_stride;
774 count * val_bytes, count, base, cur - map->reg_stride);
778 ret = _regmap_raw_write(map, base, *data, count * val_bytes, false);