Lines Matching refs:regmap
109 struct regmap { struct
131 int regmap_write(struct regmap *map, uint offset, uint val);
143 int regmap_read(struct regmap *map, uint offset, uint *valp);
160 int regmap_raw_write(struct regmap *map, uint offset, const void *val,
179 int regmap_raw_read(struct regmap *map, uint offset, void *valp,
194 int regmap_raw_write_range(struct regmap *map, uint range_num, uint offset,
210 int regmap_raw_read_range(struct regmap *map, uint range_num, uint offset,
362 int regmap_update_bits(struct regmap *map, uint offset, uint mask, uint val);
373 static inline int regmap_set_bits(struct regmap *map, uint offset, uint bits) in regmap_set_bits()
387 static inline int regmap_clear_bits(struct regmap *map, uint offset, uint bits) in regmap_clear_bits()
401 int regmap_init_mem(ofnode node, struct regmap **mapp);
421 struct regmap **mapp);
423 int regmap_init_mem_index(ofnode node, struct regmap **mapp, int index);
442 struct regmap **mapp);
455 struct regmap *devm_regmap_init(struct udevice *dev,
466 void *regmap_get_range(struct regmap *map, unsigned int range_num);
474 int regmap_uninit(struct regmap *map);
525 struct regmap *regmap,