Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/regmap/
H A Dinternal.h197 bool regmap_cached(struct regmap *map, unsigned int reg);
H A Dregmap-debugfs.c85 if (!regmap_readable(map, reg) && !regmap_cached(map, reg)) in regmap_printable()
H A Dregmap.c104 bool regmap_cached(struct regmap *map, unsigned int reg) in regmap_cached() function