Searched refs:regmap_precious (Results 1 – 3 of 3) sorted by relevance
187 bool regmap_precious(struct regmap *map, unsigned int reg);
82 if (regmap_precious(map, reg)) in regmap_printable()451 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_show()
164 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function