Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/regmap/
Dregcache-flat.c15 static inline unsigned int regcache_flat_get_index(const struct regmap *map, in regcache_flat_get_index() function
29 map->cache = kcalloc(regcache_flat_get_index(map, map->max_register) in regcache_flat_init()
38 unsigned int index = regcache_flat_get_index(map, reg); in regcache_flat_init()
58 unsigned int index = regcache_flat_get_index(map, reg); in regcache_flat_read()
69 unsigned int index = regcache_flat_get_index(map, reg); in regcache_flat_write()