Lines Matching defs:data
57 /* Bypass the cache access till data read from HW */
762 static int regcache_sync_block_raw_flush(struct regmap *map, const void **data,
768 if (*data == NULL)
778 ret = _regmap_raw_write(map, base, *data, count * val_bytes, false);
785 *data = NULL;
798 const void *data = NULL;
806 ret = regcache_sync_block_raw_flush(map, &data,
815 ret = regcache_sync_block_raw_flush(map, &data,
822 if (!data) {
823 data = regcache_get_val_addr(map, block, i);
828 return regcache_sync_block_raw_flush(map, &data, base, regtmp +