Home
last modified time | relevance | path

Searched refs:regcache_lookup_reg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/base/regmap/
Dregcache.c270 ret = regcache_lookup_reg(map, reg); in regcache_default_sync()
575 int regcache_lookup_reg(struct regmap *map, unsigned int reg) in regcache_lookup_reg() function
618 ret = regcache_lookup_reg(map, regtmp); in regcache_sync_block_single()
693 ret = regcache_lookup_reg(map, regtmp); in regcache_sync_block_raw()
Dinternal.h231 int regcache_lookup_reg(struct regmap *map, unsigned int reg);
Dregcache-lzo.c354 ret = regcache_lookup_reg(map, i); in regcache_lzo_sync()