Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Docelot-spi.c187 struct regmap *ocelot_spi_init_regmap(struct device *dev, const struct resource *res) in ocelot_spi_init_regmap() function
199 EXPORT_SYMBOL_NS(ocelot_spi_init_regmap, MFD_OCELOT_SPI);
236 r = ocelot_spi_init_regmap(dev, &vsc7512_dev_cpuorg_resource); in ocelot_spi_probe()
242 r = ocelot_spi_init_regmap(dev, &vsc7512_gcb_resource); in ocelot_spi_probe()
H A Docelot.h37 struct regmap *ocelot_spi_init_regmap(struct device *dev,
H A Docelot-core.c206 ocelot_spi_init_regmap(dev, res); in ocelot_core_try_add_regmap()