Searched defs:regcache_ops (Results 1 – 1 of 1) sorted by relevance
184 struct regcache_ops { struct185 const char *name;186 enum regcache_type type;187 int (*init)(struct regmap *map);188 int (*exit)(struct regmap *map);190 void (*debugfs_init)(struct regmap *map);192 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);193 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);194 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);195 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);