Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
H A 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);
/linux/include/soc/mscc/
H A Docelot.h998 struct regmap *ocelot_regmap_init(struct ocelot *ocelot, struct resource *res);
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1488 return ocelot_regmap_init(ocelot, &res); in felix_request_regmap_by_name()