Lines Matching refs:regmap
34 struct regmap *syscon_get_regmap(struct udevice *dev) in syscon_get_regmap()
41 return priv->regmap; in syscon_get_regmap()
62 &priv->regmap); in syscon_pre_probe()
64 return regmap_init_mem(dev_ofnode(dev), &priv->regmap); in syscon_pre_probe()
101 struct regmap *syscon_regmap_lookup_by_phandle(struct udevice *dev, in syscon_regmap_lookup_by_phandle()
105 struct regmap *r; in syscon_regmap_lookup_by_phandle()
150 struct regmap *syscon_get_regmap_by_driver_data(ulong driver_data) in syscon_get_regmap_by_driver_data()
161 return priv->regmap; in syscon_get_regmap_by_driver_data()
166 struct regmap *map; in syscon_get_first_range()
200 struct regmap *syscon_node_to_regmap(ofnode node) in syscon_node_to_regmap()
203 struct regmap *r; in syscon_node_to_regmap()