Searched refs:regmap_precious (Results 1 – 3 of 3) sorted by relevance
109 regmap_precious(map, i)) { in regmap_debugfs_get_dump_start()211 if (regmap_precious(map, i)) in regmap_read_debugfs()444 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_read_file()
165 bool regmap_precious(struct regmap *map, unsigned int reg);
128 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function