Searched defs:regcache_ops (Results 1 – 1 of 1) sorted by relevance
179 struct regcache_ops { struct180 const char *name;181 enum regcache_type type;182 int (*init)(struct regmap *map);183 int (*exit)(struct regmap *map);185 void (*debugfs_init)(struct regmap *map);187 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);188 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);189 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);190 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);
Completed in 17 milliseconds