Searched refs:regmap_precious (Results 1 – 3 of 3) sorted by relevance
87 if (regmap_precious(map, reg)) in regmap_printable()225 if (regmap_precious(map, i)) in regmap_read_debugfs()432 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_show()
185 bool regmap_precious(struct regmap *map, unsigned int reg);
157 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function