srot_base         156 drivers/thermal/qcom/tsens-common.c 	void __iomem *tm_base, *srot_base;
srot_base         170 drivers/thermal/qcom/tsens-common.c 		srot_base = devm_ioremap_resource(&op->dev, res);
srot_base         171 drivers/thermal/qcom/tsens-common.c 		if (IS_ERR(srot_base)) {
srot_base         172 drivers/thermal/qcom/tsens-common.c 			ret = PTR_ERR(srot_base);
srot_base         176 drivers/thermal/qcom/tsens-common.c 		priv->srot_map = devm_regmap_init_mmio(dev, srot_base,