Home
last modified time | relevance | path

Searched refs:val_count (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/base/regmap/
Dregmap.c588 size_t val_count) in regmap_bulk_write() argument
603 wval = kmemdup(val, val_count * val_bytes, GFP_KERNEL); in regmap_bulk_write()
609 for (i = 0; i < val_count * val_bytes; i += val_bytes) in regmap_bulk_write()
612 ret = _regmap_raw_write(map, reg, wval, val_bytes * val_count); in regmap_bulk_write()
717 size_t val_count = val_len / val_bytes; in regmap_raw_read() local
723 if (regmap_volatile_range(map, reg, val_count) || map->cache_bypass || in regmap_raw_read()
732 for (i = 0; i < val_count; i++) { in regmap_raw_read()
760 size_t val_count) in regmap_bulk_read() argument
764 bool vol = regmap_volatile_range(map, reg, val_count); in regmap_bulk_read()
770 ret = regmap_raw_read(map, reg, val, val_bytes * val_count); in regmap_bulk_read()
[all …]
/linux-3.4.99/include/linux/
Dregmap.h150 size_t val_count);
155 size_t val_count);
245 const void *val, size_t val_count) in regmap_bulk_write() argument
266 void *val, size_t val_count) in regmap_bulk_read() argument