Searched refs:srot_base (Results 1 – 1 of 1) sorted by relevance
156 void __iomem *tm_base, *srot_base; in init_common() local170 srot_base = devm_ioremap_resource(&op->dev, res); in init_common()171 if (IS_ERR(srot_base)) { in init_common()172 ret = PTR_ERR(srot_base); in init_common()176 priv->srot_map = devm_regmap_init_mmio(dev, srot_base, in init_common()