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 int regmap_init_mem(ofnode node, struct regmap **mapp);
393 struct regmap **mapp);
395 int regmap_init_mem_index(ofnode node, struct regmap **mapp, int index);
414 struct regmap **mapp);
427 struct regmap *devm_regmap_init(struct udevice *dev,
438 void *regmap_get_range(struct regmap *map, unsigned int range_num);
446 int regmap_uninit(struct regmap *map);
497 struct regmap *regmap,