Searched defs:regcache_ops (Results 1 – 1 of 1) sorted by relevance
80 struct regcache_ops { struct81 const char *name;82 enum regcache_type type;83 int (*init)(struct regmap *map);84 int (*exit)(struct regmap *map);85 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);86 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);87 int (*sync)(struct regmap *map);