|
@@ -173,6 +173,7 @@ struct regcache_ops {
|
|
int (*drop)(struct regmap *map, unsigned int min, unsigned int max);
|
|
int (*drop)(struct regmap *map, unsigned int min, unsigned int max);
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+bool regmap_cached(struct regmap *map, unsigned int reg);
|
|
bool regmap_writeable(struct regmap *map, unsigned int reg);
|
|
bool regmap_writeable(struct regmap *map, unsigned int reg);
|
|
bool regmap_readable(struct regmap *map, unsigned int reg);
|
|
bool regmap_readable(struct regmap *map, unsigned int reg);
|
|
bool regmap_volatile(struct regmap *map, unsigned int reg);
|
|
bool regmap_volatile(struct regmap *map, unsigned int reg);
|