Home
last modified time | relevance | path

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

/include/linux/
Dregmap.h185 struct regmap_config { struct
186 const char *name;
188 int reg_bits;
189 int reg_stride;
190 int pad_bits;
191 int val_bits;
193 bool (*writeable_reg)(struct device *dev, unsigned int reg);
194 bool (*readable_reg)(struct device *dev, unsigned int reg);
195 bool (*volatile_reg)(struct device *dev, unsigned int reg);
196 bool (*precious_reg)(struct device *dev, unsigned int reg);
[all …]