Lines Matching defs:count
30 int count;
38 for (count = 0, i = 0; i < map->num_reg_defaults_raw; i++)
41 count++;
44 if (!count) {
49 map->num_reg_defaults = count;
50 map->reg_defaults = kmalloc_array(count, sizeof(struct reg_default),
714 int ret, count;
719 count = (cur - base) / map->reg_stride;
722 count * val_bytes, count, base, cur - map->reg_stride);
726 ret = _regmap_raw_write(map, base, *data, count * val_bytes, false);