Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dinternal.h181 bool regmap_cached(struct regmap *map, unsigned int reg);
Dregmap-debugfs.c90 if (!regmap_readable(map, reg) && !regmap_cached(map, reg)) in regmap_printable()
222 if (!regmap_readable(map, i) && !regmap_cached(map, i)) in regmap_read_debugfs()
Dregmap.c97 bool regmap_cached(struct regmap *map, unsigned int reg) in regmap_cached() function