Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dregcache-flat.c19 static inline unsigned int regcache_flat_get_index(const struct regmap *map, in regcache_flat_get_index() function
33 map->cache = kcalloc(regcache_flat_get_index(map, map->max_register) in regcache_flat_init()
42 unsigned int index = regcache_flat_get_index(map, reg); in regcache_flat_init()
62 unsigned int index = regcache_flat_get_index(map, reg); in regcache_flat_read()
73 unsigned int index = regcache_flat_get_index(map, reg); in regcache_flat_write()