Searched refs:regcache_read (Results 1 - 4 of 4) sorted by relevance

/drivers/base/regmap/
H A Dregcache.c185 * regcache_read: Fetch the value of a given register from the cache.
193 int regcache_read(struct regmap *map, function
214 EXPORT_SYMBOL_GPL(regcache_read); variable
277 ret = regcache_read(map, i, &val);
H A Dinternal.h111 int regcache_read(struct regmap *map,
H A Dregcache-lzo.c343 ret = regcache_read(map, i, &val);
H A Dregmap.c494 ret = regcache_read(map, reg, val);

Completed in 47 milliseconds