Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_io.c156 struct regmap *ocelot_regmap_init(struct ocelot *ocelot, struct resource *res) in ocelot_regmap_init() function
168 EXPORT_SYMBOL_GPL(ocelot_regmap_init);
Docelot_vsc7514.c181 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_init_ports()
277 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_probe()
/linux-6.6.21/include/soc/mscc/
Docelot.h981 struct regmap *ocelot_regmap_init(struct ocelot *ocelot, struct resource *res);
/linux-6.6.21/drivers/net/dsa/ocelot/
Dfelix.c1342 return ocelot_regmap_init(ocelot, &res); in felix_request_regmap_by_name()