Searched defs:regcache_ops (Results 1 – 1 of 1) sorted by relevance
173 struct regcache_ops { struct174 const char *name;175 enum regcache_type type;176 int (*init)(struct regmap *map);177 int (*exit)(struct regmap *map);179 void (*debugfs_init)(struct regmap *map);181 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);182 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);183 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);184 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);