Home
last modified time | relevance | path

Searched defs:regmap_config (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dregmap.h277 struct regmap_config { struct
278 const char *name;
280 int reg_bits;
281 int reg_stride;
282 int pad_bits;
283 int val_bits;
285 bool (*writeable_reg)(struct device *dev, unsigned int reg);
286 bool (*readable_reg)(struct device *dev, unsigned int reg);
287 bool (*volatile_reg)(struct device *dev, unsigned int reg);
288 bool (*precious_reg)(struct device *dev, unsigned int reg);
[all …]