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);
392 struct regmap **mapp);
394 int regmap_init_mem_index(ofnode node, struct regmap **mapp, int index);
413 struct regmap **mapp);
426 struct regmap *devm_regmap_init(struct udevice *dev,
437 void *regmap_get_range(struct regmap *map, unsigned int range_num);
445 int regmap_uninit(struct regmap *map);
496 struct regmap *regmap,