Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dtsens.c891 void __iomem *tm_base, *srot_base; in init_common() local
906 srot_base = devm_ioremap_resource(dev, res); in init_common()
907 if (IS_ERR(srot_base)) { in init_common()
908 ret = PTR_ERR(srot_base); in init_common()
912 priv->srot_map = devm_regmap_init_mmio(dev, srot_base, in init_common()