Home
last modified time | relevance | path

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

/include/linux/
Dregmap.h352 struct regmap_config { struct
353 const char *name;
355 int reg_bits;
356 int reg_stride;
357 int pad_bits;
358 int val_bits;
360 bool (*writeable_reg)(struct device *dev, unsigned int reg);
361 bool (*readable_reg)(struct device *dev, unsigned int reg);
362 bool (*volatile_reg)(struct device *dev, unsigned int reg);
363 bool (*precious_reg)(struct device *dev, unsigned int reg);
[all …]