Searched refs:regmap_init_mmio_clk (Results 1 – 2 of 2) sorted by relevance
310 struct regmap *regmap_init_mmio_clk(struct device *dev, const char *clk_id, in regmap_init_mmio_clk() function322 EXPORT_SYMBOL_GPL(regmap_init_mmio_clk);
341 struct regmap *regmap_init_mmio_clk(struct device *dev, const char *clk_id,381 return regmap_init_mmio_clk(dev, NULL, regs, config); in regmap_init_mmio()