Home
last modified time | relevance | path

Searched refs:regmap_precious (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-debugfs.c82 if (regmap_precious(map, reg)) in regmap_printable()
451 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_show()
H A Dregmap.c164 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function