Home
last modified time | relevance | path

Searched refs:regmap (Results 1 – 4 of 4) sorted by relevance

/include/
A Dsyscon.h19 struct regmap *regmap; member
35 struct regmap *syscon_get_regmap(struct udevice *dev);
61 struct regmap *syscon_get_regmap_by_driver_data(ulong driver_data);
73 struct regmap *syscon_regmap_lookup_by_phandle(struct udevice *dev,
90 struct regmap *syscon_node_to_regmap(ofnode node);
A Dregmap.h109 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);
179 int regmap_raw_read(struct regmap *map, uint offset, void *valp,
401 int regmap_init_mem(ofnode node, struct regmap **mapp);
421 struct regmap **mapp);
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);
[all …]
/include/linux/mfd/syscon/
A Datmel-smc.h106 void atmel_smc_cs_conf_apply(struct regmap *regmap, int cs,
108 void atmel_hsmc_cs_conf_apply(struct regmap *regmap,
111 void atmel_smc_cs_conf_get(struct regmap *regmap, int cs,
113 void atmel_hsmc_cs_conf_get(struct regmap *regmap,
/include/linux/
A Dpruss_driver.h148 struct regmap *cfg;

Completed in 7 milliseconds